X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpod%2Fincluded.t;h=a25b37b98b506632b4af94dbe5e0c01811ff7149;hb=d8f6a7325d6b2ec46e8cdc1ec4b5e1ad4a86abd0;hp=0e31a090fc7ddc54f4692f7eda353d8de0344035;hpb=27f805f47766187affd2ea71d406ac389f4fe181;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/pod/included.t b/t/pod/included.t index 0e31a09..a25b37b 100755 --- a/t/pod/included.t +++ b/t/pod/included.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; }