summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2009-10-22 16:15:29 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2009-10-22 16:15:29 +0200
commitf1b865f4a815f28f49710cf653f8184935d29d8e (patch)
tree6508522e5212ece3a2d3e0325a34308a94dabb07 /t
parent26cc780bb8911dcc1e2c3e971db95322db3e2d9f (diff)
downloadperl-f1b865f4a815f28f49710cf653f8184935d29d8e.tar.gz
../lib isn't valid after a chdir "..";
Diffstat (limited to 't')
-rw-r--r--t/porting/podcheck.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/porting/podcheck.t b/t/porting/podcheck.t
index 0dc5699d49..87f6f7f8bd 100644
--- a/t/porting/podcheck.t
+++ b/t/porting/podcheck.t
@@ -28,6 +28,7 @@ use strict;
use strict;
use File::Spec;
+s{^\.\./lib$}{lib} for @INC;
chdir '..';
my @files;
my $manifest = 'MANIFEST';