aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-02-04 18:50:17 -0500
committerZoffix Znet <cpan@zoffix.com>2016-02-04 18:50:17 -0500
commit14ae143796586ce9eda266d03a9be2d6d3f1b6ee (patch)
treea6b9c204accdcdb77160b69ef69d952cbd4a17a3 /META6.json
parent4a533b28b5d88c22cf4d9c4693058a1d431f9723 (diff)
Fix packaging
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"}
+}