projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fc5e583
)
Swap the chdir and the call to perl_lib(), to work with relative paths in @INC.
Nicholas Clark [Sun, 11 Oct 2009 14:11:06 +0000 (15:11 +0100)]
dist/ExtUtils-Install/t/InstallWithMM.t
patch
|
blob
|
blame
|
history
diff --git
a/dist/ExtUtils-Install/t/InstallWithMM.t
b/dist/ExtUtils-Install/t/InstallWithMM.t
index
028c01a
..
4b2c439
100644
(file)
--- a/
dist/ExtUtils-Install/t/InstallWithMM.t
+++ b/
dist/ExtUtils-Install/t/InstallWithMM.t
@@
-27,10
+27,10
@@
delete @ENV{qw(PREFIX LIB MAKEFLAGS)};
my $perl = which_perl();
my $Is_VMS = $^O eq 'VMS';
- chdir 't';
-
perl_lib;
+ chdir 't';
+
my $Touch_Time = calibrate_mtime();
$| = 1;