projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f952ce7
)
xsubpp is a file, not a directory.
Craig A. Berry [Fri, 11 Sep 2009 20:38:27 +0000 (15:38 -0500)]
Follow-up to
4822030c168a634e0e2adb4eaa6369019c959730
.
utils/xsubpp.PL
patch
|
blob
|
blame
|
history
diff --git
a/utils/xsubpp.PL
b/utils/xsubpp.PL
index
c857df4
..
785ca82
100644
(file)
--- a/
utils/xsubpp.PL
+++ b/
utils/xsubpp.PL
@@
-35,7
+35,8
@@
use File::Spec;
my $xsubpp = File::Spec->catfile(File::Spec->catdir(File::Spec->updir,
qw(ext ExtUtils-ParseXS
- lib ExtUtils xsubpp)));
+ lib ExtUtils)),
+ 'xsubpp');
if (open(XSUBPP, $xsubpp)) {
print OUT <XSUBPP>;