projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6d74d93
)
mkppport using catfile for catdir
John Malmberg [Sun, 4 Jan 2009 18:45:11 +0000 (12:45 -0600)]
Message-id: <
496103B7
.1000308@gmail.com>
mkppport
patch
|
blob
|
blame
|
history
diff --git
a/mkppport
b/mkppport
index
07aa8b2
..
be41fde
100644
(file)
--- a/
mkppport
+++ b/
mkppport
@@
-12,7
+12,7
@@
sub iterdirs(&);
my $rootdir = dirname($0);
-unshift @INC, File::Spec->catfile($rootdir, 't', 'lib');
+unshift @INC, File::Spec->catdir($rootdir, 't', 'lib');
eval q{ use MakeMaker::Test::Utils qw( which_perl ) };
$@ and die $@;