From 14ae143796586ce9eda266d03a9be2d6d3f1b6ee Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Thu, 4 Feb 2016 18:50:17 -0500 Subject: Fix packaging --- META6.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 META6.json (limited to 'META6.json') 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"} +} -- cgit v1.1