This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5879cbe
)
Roll back #32214 as it causes more failures than it prevents.
author
Craig A. Berry
<craigberry@mac.com>
Sun, 4 Nov 2007 16:41:28 +0000
(16:41 +0000)
committer
Craig A. Berry
<craigberry@mac.com>
Sun, 4 Nov 2007 16:41:28 +0000
(16:41 +0000)
p4raw-id: //depot/perl@32219
t/TestInit.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/TestInit.pm
b/t/TestInit.pm
index
058ad29
..
aa76fe1
100644
(file)
--- a/
t/TestInit.pm
+++ b/
t/TestInit.pm
@@
-18,13
+18,7
@@
package TestInit;
$VERSION = 1.01;
chdir 't' if -d 't';
-if ($^O eq 'VMS') {
- require File::Spec;
- @INC = File::Spec->rel2abs('[-.lib]');
-}
-else {
- @INC = '../lib';
-}
+@INC = '../lib';
# Don't interfere with the taintedness of %ENV, this could perturbate tests
$ENV{PERL_CORE} = 1 unless ${^TAINT};