From: H.Merijn Brand Date: Thu, 22 Oct 2009 14:15:29 +0000 (+0200) Subject: ../lib isn't valid after a chdir ".."; X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f1b865f4a815f28f49710cf653f8184935d29d8e;p=p5sagit%2Fp5-mst-13.2.git ../lib isn't valid after a chdir ".."; --- diff --git a/t/porting/podcheck.t b/t/porting/podcheck.t index 0dc5699..87f6f7f 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';