diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-10-22 16:15:29 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-10-22 16:15:29 +0200 |
commit | f1b865f4a815f28f49710cf653f8184935d29d8e (patch) | |
tree | 6508522e5212ece3a2d3e0325a34308a94dabb07 /t | |
parent | 26cc780bb8911dcc1e2c3e971db95322db3e2d9f (diff) | |
download | perl-f1b865f4a815f28f49710cf653f8184935d29d8e.tar.gz |
../lib isn't valid after a chdir "..";
Diffstat (limited to 't')
-rw-r--r-- | t/porting/podcheck.t | 1 |
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'; |