summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--dist.ini4
2 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e649e7e..afa6ef1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,5 +10,6 @@ install:
- cpanm -q --notest Dist::Zilla || (cat /home/travis/.cpanm/build.log; false)
- dzil authordeps --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false)
- dzil listdeps --author --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false)
+ - cpanm -q --notest Package::Anon || true
script:
- dzil test --all
diff --git a/dist.ini b/dist.ini
index 14057a9..7407a20 100644
--- a/dist.ini
+++ b/dist.ini
@@ -27,7 +27,9 @@ Package::Stash::XS = 0.26
[Prereqs / DevelopRequires]
Test::LeakTrace = 0
-Package::Anon = 0
+; XXX can't just have a dep here because it won't install on 5.12 and below
+; see .travis.yml
+; Package::Anon = 0
[Conflicts]
-script = bin/package-stash-conflicts