X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpod%2Fpod2usage.t;h=70cbacdebc279a9b701a939ab4ab9b1fc9fa1b8a;hb=fb8eeed8cb12743f5c60d9d4d0405913307f1b9b;hp=bceeeefce87018376bd6416b86762f26fa076173;hpb=146174a91a192983720a158796dc066226ad0e55;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/pod/pod2usage.t b/t/pod/pod2usage.t index bceeeef..70cbacd 100755 --- a/t/pod/pod2usage.t +++ b/t/pod/pod2usage.t @@ -1,7 +1,7 @@ -#!./perl BEGIN { chdir 't' if -d 't'; - unshift @INC, './pod', '../lib'; + unshift @INC, '../lib'; + unshift @INC, './pod'; require "testp2pt.pl"; import TestPodIncPlainText; }