From: Rafael Garcia-Suarez Date: Sat, 3 Mar 2007 10:09:49 +0000 (+0000) Subject: Don't let feature.pm interfere with the tests for use VERSION. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2246ee039f9382f6a88766dc2e05a32de5ee2c3c;p=p5sagit%2Fp5-mst-13.2.git Don't let feature.pm interfere with the tests for use VERSION. That probably needs to be refined. p4raw-id: //depot/perl@30450 --- diff --git a/t/comp/use.t b/t/comp/use.t index 1bbf484..a6ea3e6 100755 --- a/t/comp/use.t +++ b/t/comp/use.t @@ -3,6 +3,7 @@ BEGIN { chdir 't' if -d 't'; @INC = '../lib'; + $INC{"feature.pm"} = 1; # so we don't attempt to load feature.pm } print "1..59\n";