X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcomp%2Fcolon.t;h=d2c64fe4c535c60f4744f75e26c818c161649837;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=dee5330ff27bd045b97a547a5ebfa3ebe5b55aac;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/comp/colon.t b/t/comp/colon.t index dee5330..d2c64fe 100755 --- a/t/comp/colon.t +++ b/t/comp/colon.t @@ -9,7 +9,7 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib'; + @INC = '../lib'; } use strict;