diff options
Diffstat (limited to 't/011pod.t')
-rw-r--r-- | t/011pod.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/011pod.t b/t/011pod.t index 8a7f374ce..fd37faa7c 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 t); use Support::Files; use Pod::Checker; |