summaryrefslogtreecommitdiff
path: root/utils/xsubpp.PL
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2009-09-11 15:38:27 -0500
committerCraig A. Berry <craigberry@mac.com>2009-09-11 15:43:29 -0500
commitd27deb09880e49b6330c1f3f8349d2d0128d97fd (patch)
treefc4d3997a0a72f7e0623d903713e4386d33b84d0 /utils/xsubpp.PL
parentf952ce75f077319a9883652269c89f8114769c1a (diff)
downloadperl-d27deb09880e49b6330c1f3f8349d2d0128d97fd.tar.gz
xsubpp is a file, not a directory.
Follow-up to 4822030c168a634e0e2adb4eaa6369019c959730.
Diffstat (limited to 'utils/xsubpp.PL')
-rw-r--r--utils/xsubpp.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/xsubpp.PL b/utils/xsubpp.PL
index c857df48e9..785ca821c3 100644
--- 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>;