From 8e1de6061ef232bdc77fa2ac15c7afb447cf3552 Mon Sep 17 00:00:00 2001 From: Alexander Hartmaier Date: Wed, 6 Oct 2010 13:52:03 +0200 Subject: [PATCH] tainted mode doesn't search for module in PERL5LIB path which skips the tests if local::lib or perlbrew is used --- t/pod-coverage.t | 2 +- t/pod.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"; -- 2.43.0