diff options
Diffstat (limited to 't/pod/multiline_items.t')
-rwxr-xr-x | t/pod/multiline_items.t | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/pod/multiline_items.t b/t/pod/multiline_items.t index 37e8d53069..0fe410a4e6 100755 --- a/t/pod/multiline_items.t +++ b/t/pod/multiline_items.t @@ -1,7 +1,7 @@ -#!./perl BEGIN { - chdir 't' if -d 't'; - unshift @INC, './pod', '../lib'; + use File::Basename; + my $THISDIR = dirname $0; + unshift @INC, $THISDIR; require "testp2pt.pl"; import TestPodIncPlainText; } |