Skip to content

Commit

Permalink
Add missing IRC::Client::Plugin to prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Dec 30, 2015
1 parent ab323b7 commit d16c6ad
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions META.info
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down

0 comments on commit d16c6ad

Please sign in to comment.