projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
26cc780
)
../lib isn't valid after a chdir "..";
H.Merijn Brand [Thu, 22 Oct 2009 14:15:29 +0000 (16:15 +0200)]
t/porting/podcheck.t
patch
|
blob
|
blame
|
history
diff --git
a/t/porting/podcheck.t
b/t/porting/podcheck.t
index
0dc5699
..
87f6f7f
100644
(file)
--- 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';