X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpragma%2Fstrict.t;h=5b245d0ab45d3c9a6ea3df94e396d9f743014275;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=167b3604f5feb1eded07a296ef03f95c01dd0f11;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/pragma/strict.t b/t/pragma/strict.t index 167b360..5b245d0 100755 --- a/t/pragma/strict.t +++ b/t/pragma/strict.t @@ -2,7 +2,7 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib'; + @INC = '../lib'; $ENV{PERL5LIB} = '../lib'; }