aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoffix Znet <zoffixznet@users.noreply.github.com>2018-07-04 14:48:38 -0400
committerGitHub <noreply@github.com>2018-07-04 14:48:38 -0400
commit50a1adc8ef3f0f4cb9ddf0f9c9bce95b0eaf064a (patch)
treef0c277db94e7528eeb7a65d1338d795c07290fe4
parent904d079295fa47ec0d2bb78d92d2d8b4faf53866 (diff)
Add IRC::Client::Plugin to list of providables
-rw-r--r--META6.json3
1 files changed, 2 insertions, 1 deletions
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",