summaryrefslogtreecommitdiff
path: root/utils/xsubpp.PL
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-10 14:09:23 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-10 14:10:37 +0100
commit4822030c168a634e0e2adb4eaa6369019c959730 (patch)
treede474e5d09ba7c2fb0b82a231c88352706f578d9 /utils/xsubpp.PL
parent078357f2beb00227b88f67efe818929d85310b9e (diff)
downloadperl-4822030c168a634e0e2adb4eaa6369019c959730.tar.gz
Move ExtUtils::ParseXS from lib to ext.
Diffstat (limited to 'utils/xsubpp.PL')
-rw-r--r--utils/xsubpp.PL4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/xsubpp.PL b/utils/xsubpp.PL
index 86c43936f7..c857df48e9 100644
--- a/utils/xsubpp.PL
+++ b/utils/xsubpp.PL
@@ -33,7 +33,9 @@ $Config{startperl}
use File::Spec;
-my $xsubpp = File::Spec->catfile(File::Spec->catdir(File::Spec->updir, "lib", "ExtUtils"), "xsubpp");
+my $xsubpp = File::Spec->catfile(File::Spec->catdir(File::Spec->updir,
+ qw(ext ExtUtils-ParseXS
+ lib ExtUtils xsubpp)));
if (open(XSUBPP, $xsubpp)) {
print OUT <XSUBPP>;