diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-03-03 10:09:49 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-03-03 10:09:49 +0000 |
commit | 2246ee039f9382f6a88766dc2e05a32de5ee2c3c (patch) | |
tree | 07604e230d408327719d2244348b299344087a7c /t | |
parent | 5836a66f991ef91fc51cd23ed22af09c39c8e576 (diff) | |
download | perl-2246ee039f9382f6a88766dc2e05a32de5ee2c3c.tar.gz |
Don't let feature.pm interfere with the tests for use VERSION.
That probably needs to be refined.
p4raw-id: //depot/perl@30450
Diffstat (limited to 't')
-rwxr-xr-x | t/comp/use.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/comp/use.t b/t/comp/use.t index 1bbf48478d..a6ea3e63e0 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"; |