diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-07-27 14:02:15 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-07-27 14:02:15 +0200 |
commit | cc79184af404afe114cb2f3feea867845ea20a79 (patch) | |
tree | b229921f8f94bcf1206326ab22fe0045a71de636 /utils | |
parent | fd77364147b483be5c8b9e374f6ff8a013f4af28 (diff) | |
download | perl-cc79184af404afe114cb2f3feea867845ea20a79.tar.gz |
Move ExtUtils::ParseXS from cpan/ to dist/
Both Ken and David agree with this.
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 9d75279b1e..0331d4a136 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(cpan ExtUtils-ParseXS + qw(dist ExtUtils-ParseXS lib ExtUtils)), 'xsubpp'); |