In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/f1b865f4a815f28f49710cf653f8184935d29d8e?hp=26cc780bb8911dcc1e2c3e971db95322db3e2d9f>

- Log -----------------------------------------------------------------
commit f1b865f4a815f28f49710cf653f8184935d29d8e
Author: H.Merijn Brand <[email protected]>
Date:   Thu Oct 22 16:15:29 2009 +0200

    ../lib isn't valid after a chdir "..";
-----------------------------------------------------------------------

Summary of changes:
 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 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';

--
Perl5 Master Repository

Reply via email to