From d16c6ad36fe9464a8a3120ff8930823c055603b0 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Wed, 30 Dec 2015 10:19:16 -0500 Subject: Add missing IRC::Client::Plugin to prereqs --- META.info | 11 ++++++----- 1 file 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" }, -- cgit v1.1