summaryrefslogtreecommitdiffstats
path: root/t/011pod.t
diff options
context:
space:
mode:
Diffstat (limited to 't/011pod.t')
-rw-r--r--t/011pod.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/011pod.t b/t/011pod.t
index 193435d4e..380b866c9 100644
--- a/t/011pod.t
+++ b/t/011pod.t
@@ -14,7 +14,7 @@ use 5.10.1;
use strict;
use warnings;
-use lib 't';
+use lib qw(. lib local/lib/perl5 t);
use Support::Files;
use Pod::Checker;