aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-07-26 11:43:32 -0400
committerZoffix Znet <cpan@zoffix.com>2016-07-26 11:43:32 -0400
commit6e7a92a94cda0c430e310cfeeb5639c3494954b6 (patch)
treefae59f4921e27120fcbf95406c02ba19bc1a4fbe /META6.json
parent795e599ba73a2ed2a0770c21a037de6733f0afad (diff)
Add missing test dependencies
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",