aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2015-12-30 10:19:16 -0500
committerZoffix Znet <cpan@zoffix.com>2015-12-30 10:19:16 -0500
commitd16c6ad36fe9464a8a3120ff8930823c055603b0 (patch)
tree151cbfe1cc453d64e632947add2666c5daa7c9ce
parentab323b7b33a73e038a9ca5866bacaf842a890cc3 (diff)
Add missing IRC::Client::Plugin to prereqs
-rw-r--r--META.info11
1 files changed, 6 insertions, 5 deletions
diff --git a/META.info b/META.info
index 27d94f3..dfaf897 100644
--- a/META.info
+++ b/META.info
@@ -1,15 +1,16 @@
{
"perl" : "6.c",
"name" : "IRC::Client",
- "version" : "2.001001",
+ "version" : "2.001002",
"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" : "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"
},