../lib isn't valid after a chdir "..";
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Thu, 22 Oct 2009 14:15:29 +0000 (16:15 +0200)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Thu, 22 Oct 2009 14:15:29 +0000 (16:15 +0200)
t/porting/podcheck.t

index 0dc5699..87f6f7f 100644 (file)
@@ -28,6 +28,7 @@ use strict;
 
 use strict;
 use File::Spec;
+s{^\.\./lib$}{lib} for @INC;
 chdir '..';
 my @files;
 my $manifest = 'MANIFEST';