From: Jan Dubois Date: Wed, 3 Mar 2010 02:19:03 +0000 (-0800) Subject: Setup @INC at compile time because commit ec34a119 needs to load utf8.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c06820fb26255c7ec0b8366ded45c6d7f2caf6b1;p=p5sagit%2Fp5-mst-13.2.git Setup @INC at compile time because commit ec34a119 needs to load utf8.pm '.' needs to remain in @INC because the test also loads comp/hints.aux at compile time too. --- diff --git a/t/comp/hints.t b/t/comp/hints.t index 9f40aec..b81028a 100644 --- a/t/comp/hints.t +++ b/t/comp/hints.t @@ -2,7 +2,9 @@ # Tests the scoping of $^H and %^H -@INC = '../lib'; +BEGIN { + @INC = qw(. ../lib); +} BEGIN { print "1..24\n"; } BEGIN {