aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-07-29 06:24:36 -0400
committerZoffix Znet <cpan@zoffix.com>2016-07-29 06:24:36 -0400
commit25598e1f5b3bafe6fb78e99ddb7911b8c439e1e3 (patch)
tree943d96461472450ab3e09de5a0bfe323af9e645a
parentdfe212d5b237b357f76e9d6ae4c899f47a681683 (diff)
Include IRC::Client::Server
-rw-r--r--META6.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/META6.json b/META6.json
index 91004d4..2257376 100644
--- a/META6.json
+++ b/META6.json
@@ -14,7 +14,8 @@
"IRC::Client" : "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"
+ "IRC::Client::Grammar::Actions" : "lib/IRC/Client/Grammar/Actions.pm6",
+ "IRC::Client::Server" : "lib/IRC/Client/Server.pm6"
},
"authors" : ["Zoffix Znet"],
"support" : {"source" : "git://github.com/zoffixznet/perl6-IRC-Client.git"}