From 50a1adc8ef3f0f4cb9ddf0f9c9bce95b0eaf064a Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Wed, 4 Jul 2018 14:48:38 -0400 Subject: Add IRC::Client::Plugin to list of providables --- META6.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'META6.json') diff --git a/META6.json b/META6.json index 3015de1..615aa50 100644 --- a/META6.json +++ b/META6.json @@ -2,7 +2,7 @@ "perl" : "6.c", "name" : "IRC::Client", "license" : "Artistic-2.0", - "version" : "3.007007", + "version" : "3.007008", "description" : "Extendable Internet Relay Chat client", "tags" : [ "Net", "IRC" ], "depends" : [ @@ -15,6 +15,7 @@ ], "provides" : { "IRC::Client" : "lib/IRC/Client.pm6", + "IRC::Client::Plugin" : "lib/IRC/Client.pm6", "IRC::Client::Message" : "lib/IRC/Client/Message.pm6", "IRC::Client::Grammar" : "lib/IRC/Client/Grammar.pm6", "IRC::Client::Grammar::Actions" : "lib/IRC/Client/Grammar/Actions.pm6", -- cgit v1.1