aboutsummaryrefslogtreecommitdiff
path: root/META.info
blob: c474363724cc0b89f26d2501d45d7718c34297bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name"         : "IRC::Client",
    "version"      : "1.001001",
    "description"
        : "Extendable Internet Relay Chat client",
    "depends"      : [ ],
    "test-depends" : [ "Test" ],
    "provides"     : {
        "IRC::Client" : "lib/IRC/Client.pm6"
    },
    "author"       : "Zoffix Znet",
    "authority"    : "zoffixznet",
    "source-url"   : "git://github.com/zoffixznet/perl6-IRC-Client.git"
}