From: Craig A. Berry Date: Fri, 11 Sep 2009 20:38:27 +0000 (-0500) Subject: xsubpp is a file, not a directory. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d27deb09880e49b6330c1f3f8349d2d0128d97fd;p=p5sagit%2Fp5-mst-13.2.git xsubpp is a file, not a directory. Follow-up to 4822030c168a634e0e2adb4eaa6369019c959730. --- diff --git a/utils/xsubpp.PL b/utils/xsubpp.PL index c857df4..785ca82 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 ;