summaryrefslogtreecommitdiffstats
path: root/dist.ini
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-11-08 21:59:58 -0600
committerJesse Luehrs <doy@tozt.net>2010-11-08 21:59:58 -0600
commit9521ec78c2fa5aeba53578f0bc94300d0abc8f8a (patch)
tree59d0bcf4e41d533f1f585702436b61d7020320b8 /dist.ini
parent36fb7f594d2e8249ca656725922e3118e6458153 (diff)
downloadmoosex-nonmoose-9521ec78c2fa5aeba53578f0bc94300d0abc8f8a.tar.gz
moosex-nonmoose-9521ec78c2fa5aeba53578f0bc94300d0abc8f8a.zip
convert to Test::Fatal, and actually dep on it
Diffstat (limited to 'dist.ini')
-rw-r--r--dist.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/dist.ini b/dist.ini
index 8842870..862627e 100644
--- a/dist.ini
+++ b/dist.ini
@@ -6,6 +6,9 @@ copyright_holder = Jesse Luehrs
[@DOY]
dist = MooseX-NonMoose
-[Prereq]
+[Prereqs]
Moose = 1.15
List::MoreUtils = 0
+
+[Prereqs / TestRequires]
+Test::Fatal = 0