summaryrefslogtreecommitdiff
path: root/dist/ExtUtils-Install/t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-10-11 15:11:06 +0100
committerNicholas Clark <nick@ccl4.org>2009-10-11 15:11:06 +0100
commite2ed8602764fab16dbe10b42e3a8bbfe202b8392 (patch)
tree3bc2f1d11531a5fed01537a2320c2ca6024c46be /dist/ExtUtils-Install/t
parentfc5e5837c991d3d3224259ff5c1d728d4e0636e2 (diff)
downloadperl-e2ed8602764fab16dbe10b42e3a8bbfe202b8392.tar.gz
Swap the chdir and the call to perl_lib(), to work with relative paths in @INC.
Diffstat (limited to 'dist/ExtUtils-Install/t')
-rw-r--r--dist/ExtUtils-Install/t/InstallWithMM.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/ExtUtils-Install/t/InstallWithMM.t b/dist/ExtUtils-Install/t/InstallWithMM.t
index 028c01a345..4b2c439d88 100644
--- 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;