X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fop%2Fmy_stash.t;h=4a1d5022e023e45ba741336335f372eeeca63b1c;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=79f3f28a08be5dca2e597f79eb33d7cb79098325;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/op/my_stash.t b/t/op/my_stash.t index 79f3f28..4a1d502 100644 --- a/t/op/my_stash.t +++ b/t/op/my_stash.t @@ -3,7 +3,7 @@ package Foo; BEGIN { - unshift @INC, "../lib"; + @INC = '../lib'; } use Test;