X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpod%2Fincluded.t;h=4f171c454bf90fdb4bf798762e8571fb3ff99494;hb=6af654855041e350ad1ba2c39f0be19af24f50c6;hp=a25b37b98b506632b4af94dbe5e0c01811ff7149;hpb=dbd1b0a240e81742f12d4fa9574cf883a061b223;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/pod/included.t b/t/pod/included.t index a25b37b..4f171c4 100755 --- a/t/pod/included.t +++ b/t/pod/included.t @@ -1,7 +1,7 @@ BEGIN { - chdir 't' if -d 't'; - unshift @INC, '../lib'; - unshift @INC, './pod'; + use File::Basename; + my $THISDIR = dirname $0; + unshift @INC, $THISDIR; require "testp2pt.pl"; import TestPodIncPlainText; }