aboutsummaryrefslogtreecommitdiff
path: root/META.info
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 /META.info
parent4a533b28b5d88c22cf4d9c4693058a1d431f9723 (diff)
Fix packaging
Diffstat (limited to 'META.info')
-rw-r--r--META.info19
1 files changed, 0 insertions, 19 deletions
diff --git a/META.info b/META.info
deleted file mode 100644
index d92ef63..0000000
--- a/META.info
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "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"
- },
- "author" : "Zoffix Znet",
- "source-url" : "git://github.com/zoffixznet/perl6-IRC-Client.git"
-}