aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",