X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fop%2Fclosure.t;h=5f3245fbc9f99e5a7831e745796ed10acf49de40;hb=36c66720946952b050ad9db88444230a58b3c69d;hp=c691d6f034f0dabab730e49f71953515ec438688;hpb=354992b151c6d0f4f02b9e65e8ba749a959e700d;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/op/closure.t b/t/op/closure.t index c691d6f..5f3245f 100755 --- a/t/op/closure.t +++ b/t/op/closure.t @@ -7,7 +7,7 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib'; + @INC = '../lib'; } use Config;