diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-26 10:50:03 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-26 10:50:33 +0100 |
commit | 3e845af8e4986053d5f9f4e271a55d6feb803790 (patch) | |
tree | b3b0a79458b73b36d2c7c8fb95ede7baf48dee1e /utils | |
parent | 9e5d63877cb167cb1aa97226c44fd322d78567c2 (diff) | |
download | perl-3e845af8e4986053d5f9f4e271a55d6feb803790.tar.gz |
Move ExtUtils::ParseXS from ext/ to cpan/
Diffstat (limited to 'utils')
-rw-r--r-- | utils/xsubpp.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/xsubpp.PL b/utils/xsubpp.PL index 785ca821c3..9d75279b1e 100644 --- a/utils/xsubpp.PL +++ b/utils/xsubpp.PL @@ -34,7 +34,7 @@ $Config{startperl} use File::Spec; my $xsubpp = File::Spec->catfile(File::Spec->catdir(File::Spec->updir, - qw(ext ExtUtils-ParseXS + qw(cpan ExtUtils-ParseXS lib ExtUtils)), 'xsubpp'); |