summaryrefslogtreecommitdiffstats
path: root/dist.ini
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-01-11 11:33:17 -0600
committerJesse Luehrs <doy@tozt.net>2011-01-11 11:33:17 -0600
commit9048284a25bd1e38232a66d90bed2871e4231965 (patch)
tree37069fc83577ecfe170335d96d713dd17754e340 /dist.ini
parentfb9cd26124b03b5efedc7e066368ba9034c0907e (diff)
downloadpackage-stash-xs-9048284a25bd1e38232a66d90bed2871e4231965.tar.gz
package-stash-xs-9048284a25bd1e38232a66d90bed2871e4231965.zip
drop Test::Requires as a test dep, since that test isn't run by users0.20
Diffstat (limited to 'dist.ini')
-rw-r--r--dist.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/dist.ini b/dist.ini
index 4e611d3..a640328 100644
--- a/dist.ini
+++ b/dist.ini
@@ -13,9 +13,8 @@ perl = 5.8.1
[Prereqs / TestRequires]
Test::Fatal = 0
Test::More = 0.88
-Test::Requires = 0
-[Prereqs / TestRecommends]
+[Prereqs / DevelopRequires]
Test::LeakTrace = 0
; we maintain a Makefile.PL in the repository to be able to work without dzil,