diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-10 14:09:23 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-10 14:10:37 +0100 |
commit | 4822030c168a634e0e2adb4eaa6369019c959730 (patch) | |
tree | de474e5d09ba7c2fb0b82a231c88352706f578d9 /utils | |
parent | 078357f2beb00227b88f67efe818929d85310b9e (diff) | |
download | perl-4822030c168a634e0e2adb4eaa6369019c959730.tar.gz |
Move ExtUtils::ParseXS from lib to ext.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/xsubpp.PL | 4 |
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>; |