projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5836a66
)
Don't let feature.pm interfere with the tests for use VERSION.
Rafael Garcia-Suarez [Sat, 3 Mar 2007 10:09:49 +0000 (10:09 +0000)]
That probably needs to be refined.
p4raw-id: //depot/perl@30450
t/comp/use.t
patch
|
blob
|
blame
|
history
diff --git
a/t/comp/use.t
b/t/comp/use.t
index
1bbf484
..
a6ea3e6
100755
(executable)
--- 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";