X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpod%2Femptycmd.t;h=815eba2b21f80ad46a3560cbcf12abb9903d540b;hb=7717d7fd47c816dc7a9ba8caed2e475728fa368f;hp=d348a9d278a5e7d65ab7cdb45a5270c57f9e7c02;hpb=27f805f47766187affd2ea71d406ac389f4fe181;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/pod/emptycmd.t b/t/pod/emptycmd.t index d348a9d..815eba2 100755 --- a/t/pod/emptycmd.t +++ b/t/pod/emptycmd.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; }