X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpod%2Fnested_seqs.t;h=8559f1f25f64d5f5386d8356b131f2fc1506e4e2;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=6a5405bf47f6693e178dbcf0db53d8c33a4318ae;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/pod/nested_seqs.t b/t/pod/nested_seqs.t index 6a5405b..8559f1f 100755 --- a/t/pod/nested_seqs.t +++ b/t/pod/nested_seqs.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; }