Change 16126 by jhi@alpha on 2002/04/24 12:54:17
Forgotten from #16125.
Affected files ...
.... //depot/perl/t/lib/MakeMaker/Test/Utils.pm#3 edit
Differences ...
==== //depot/perl/t/lib/MakeMaker/Test/Utils.pm#3 (text) ====
Index: perl/t/lib/MakeMaker/Test/Utils.pm
--- perl/t/lib/MakeMaker/Test/Utils.pm.~1~ Wed Apr 24 07:00:05 2002
+++ perl/t/lib/MakeMaker/Test/Utils.pm Wed Apr 24 07:00:05 2002
@@ -96,9 +96,9 @@
my $old5lib = $ENV{PERL5LIB};
my $had5lib = exists $ENV{PERL5LIB};
sub perl_lib {
- # perl-src/lib/ExtUtils/t/Foo
- my $lib = $ENV{PERL_CORE} ? qq{../../../lib}
- # ExtUtils-MakeMaker/t/Foo
+ # perl-src/t/
+ my $lib = $ENV{PERL_CORE} ? qq{../lib}
+ # ExtUtils-MakeMaker/t/
: qq{../blib/lib};
$lib = File::Spec->rel2abs($lib);
my @libs = ($lib);
End of Patch.