aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/META6.json b/META6.json
index 326cb53..33af789 100644
--- a/META6.json
+++ b/META6.json
@@ -3,8 +3,13 @@
"name" : "IRC::Client",
"version" : "2.003002",
"description" : "Extendable Internet Relay Chat client",
- "depends" : [ "Data::Dump" ],
- "test-depends" : [ "Test" ],
+ "depends" : [
+ ],
+ "test-depends" : [
+ "Test",
+ "Test::When",
+ "Test::Notice"
+ ],
"provides" : {
"IRC::Client" : "lib/IRC/Client.pm6",
"IRC::Client::Message" : "lib/IRC/Client/Message.pm6",