From: Alexander Hartmaier Date: Wed, 6 Oct 2010 11:52:03 +0000 (+0200) Subject: tainted mode doesn't search for module in PERL5LIB path which skips the tests if... X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=commitdiff_plain;h=8e1de6061ef232bdc77fa2ac15c7afb447cf3552;ds=sidebyside tainted mode doesn't search for module in PERL5LIB path which skips the tests if local::lib or perlbrew is used --- diff --git a/t/pod-coverage.t b/t/pod-coverage.t index 703f91d..14bc1ca 100644 --- a/t/pod-coverage.t +++ b/t/pod-coverage.t @@ -1,4 +1,4 @@ -#!perl -T +#!perl use Test::More; eval "use Test::Pod::Coverage 1.04"; diff --git a/t/pod.t b/t/pod.t index 976d7cd..4909b92 100644 --- a/t/pod.t +++ b/t/pod.t @@ -1,4 +1,4 @@ -#!perl -T +#!perl use Test::More; eval "use Test::Pod 1.14";