summaryrefslogtreecommitdiffstats
path: root/dist.ini
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-07-04 18:06:14 -0400
committerJesse Luehrs <doy@tozt.net>2014-07-04 18:06:14 -0400
commit33a055a139517143c2975d2eae8964b5a5e9bd16 (patch)
treeec3e16d25a56e22f7e4c271259a97c70cff8b54c /dist.ini
parentb4b3a71a15ecdab51ea01043e95fd59875bb35a1 (diff)
downloadpackage-stash-xs-33a055a139517143c2975d2eae8964b5a5e9bd16.tar.gz
package-stash-xs-33a055a139517143c2975d2eae8964b5a5e9bd16.zip
stop using Test::Requires here
Package::Anon isn't available on all perl versions, so the BAIL_OUT behavior when running release tests isn't appropriate here
Diffstat (limited to 'dist.ini')
-rw-r--r--dist.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/dist.ini b/dist.ini
index c01dae9..cbe1521 100644
--- a/dist.ini
+++ b/dist.ini
@@ -12,7 +12,6 @@ repository = github
skip = ^Variable::Magic$
[Prereqs / DevelopRequires]
-Package::Anon = 0
Test::LeakTrace = 0
; we maintain a Makefile.PL in the repository to be able to work without dzil,