summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2008-11-26 14:23:27 -0500
committerdoy <doy@tozt.net>2008-11-26 14:23:27 -0500
commita042a3585f28c9a57d9d87ce50bf06192e054d54 (patch)
treeba2fcc5c177a14065b200e07597d4958ebbde04b
parentcef721be099f095b8eecee0fe1b8c06d17314532 (diff)
downloadlog-dispatch-channels-a042a3585f28c9a57d9d87ce50bf06192e054d54.tar.gz
log-dispatch-channels-a042a3585f28c9a57d9d87ce50bf06192e054d54.zip
also require Test::Deep
-rw-r--r--dist.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist.ini b/dist.ini
index 49aac77..2f67fe1 100644
--- a/dist.ini
+++ b/dist.ini
@@ -8,5 +8,6 @@ copyright_holder = Jesse Luehrs
[Prereq]
Log::Dispatch = 0
-Test::More = 0
Carp = 0
+Test::More = 0
+Test::Deep = 0