summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2015-06-20 20:33:06 +1200
committerKent Fredric <kentfredric@gmail.com>2015-06-20 20:33:06 +1200
commit59f7474260e5bd246aadfcbd3c3f843f16d3c33b (patch)
treefbd25862ed4b8ac95cf3d3f86a5568dc61a91d47 /dev-perl/Catalyst-Plugin-Session-Store-DBI
parent[fixup] Catalyst-Plugin-PageCache: Fixup deps, fix failing parallel tests (diff)
downloadperl-overlay-59f7474260e5bd246aadfcbd3c3f843f16d3c33b.tar.gz
perl-overlay-59f7474260e5bd246aadfcbd3c3f843f16d3c33b.tar.bz2
perl-overlay-59f7474260e5bd246aadfcbd3c3f843f16d3c33b.zip
[fixup] Catalyst-Plugin-Session-Store-DBI: Fix parallel test failures
Package-Manager: portage-2.2.17
Diffstat (limited to 'dev-perl/Catalyst-Plugin-Session-Store-DBI')
-rw-r--r--dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.160.0-r1.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.160.0-r1.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.160.0-r1.ebuild
index 89c1863e3..ebab3fb72 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.160.0-r1.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.160.0-r1.ebuild
@@ -15,6 +15,12 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
+PERL_RM_FILES=(
+ t/02pod.t
+ t/03podcoverage.t
+ t/04critic.t
+)
+PERL_RESTRICT="parallel-test"
RDEPEND=">=dev-perl/Catalyst-Runtime-5.490.0
>=dev-perl/Catalyst-Plugin-Session-0.270.0
dev-perl/DBI
@@ -22,4 +28,6 @@ RDEPEND=">=dev-perl/Catalyst-Runtime-5.490.0
virtual/perl-Storable
dev-perl/MRO-Compat"
DEPEND="${RDEPEND}
- test? ( virtual/perl-Test-Simple )"
+ >=virtual/perl-ExtUtils-MakeMaker-6.420.0
+ test? ( virtual/perl-Test-Simple )
+"