summaryrefslogtreecommitdiffstats
path: root/dist.ini
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-11-14 10:20:06 -0600
committerJesse Luehrs <doy@tozt.net>2010-11-14 10:20:06 -0600
commit05f81ff5e3540a91d98f8428746a5a171f4917a9 (patch)
tree5f0619b0b080b1830a0875a7c512f109cf21df2b /dist.ini
parent3e37e315857e7aa6d31a6b9fca79a7f7f16d1bcb (diff)
downloadpackage-stash-xs-05f81ff5e3540a91d98f8428746a5a171f4917a9.tar.gz
package-stash-xs-05f81ff5e3540a91d98f8428746a5a171f4917a9.zip
add Test::LeakTrace as a recommended test dep
Diffstat (limited to 'dist.ini')
-rw-r--r--dist.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/dist.ini b/dist.ini
index eb7ec5b..9cf7ccc 100644
--- a/dist.ini
+++ b/dist.ini
@@ -17,6 +17,9 @@ Test::Fatal = 0
Test::More = 0.88
Test::Requires = 0
+[Prereqs / TestRecommends]
+Test::LeakTrace = 0
+
; we maintain a Makefile.PL in the repository to be able to work without dzil,
; but for the distribution we let dzil generate a Makefile.PL with the proper
; dependencies and such