aboutsummaryrefslogtreecommitdiff
path: root/META.info
blob: 02c3eab6c7a90e693ab729fcb425a846350e161b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "perl"         : "6.*",
    "name"         : "IRC::Client",
    "version"      : "1.002001",
    "description"  : "Extendable Internet Relay Chat client",
    "depends"      : [ "Data::Dump" ],
    "test-depends" : [ "Test" ],
    "provides"     : {
        "IRC::Client" : "lib/IRC/Client.pm6",
        "IRC::Grammar" : "lib/IRC/Grammar.pm6",
        "IRC::Parser" : "lib/IRC/Parser.pm6",
        "IRC::Grammar::Actions" : "lib/IRC/Grammar/Actions.pm6",
        "IRC::Client::Plugin::Debugger" : "lib/IRC/Client/Plugin/Debugger.pm6",
        "IRC::Client::Plugin::PingPong" : "lib/IRC/Client/Plugin/PingPong.pm6"
    },
    "author"       : "Zoffix Znet",
    "source-url"   : "git://github.com/zoffixznet/perl6-IRC-Client.git"
}