aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/META6.json b/META6.json
new file mode 100644
index 0000000..8f6d0d7
--- /dev/null
+++ b/META6.json
@@ -0,0 +1,19 @@
+{
+ "perl" : "6.c",
+ "name" : "IRC::Client",
+ "version" : "2.003001",
+ "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" : "lib/IRC/Client/Plugin.pm6",
+ "IRC::Client::Plugin::Debugger" : "lib/IRC/Client/Plugin/Debugger.pm6",
+ "IRC::Client::Plugin::PingPong" : "lib/IRC/Client/Plugin/PingPong.pm6"
+ },
+ "authors" : ["Zoffix Znet"],
+ "support" : {"source" : "git://github.com/zoffixznet/perl6-IRC-Client.git"}
+}