summaryrefslogtreecommitdiff
path: root/utils/xsubpp.PL
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-07-27 14:02:15 +0200
committerFlorian Ragwitz <rafl@debian.org>2010-07-27 14:02:15 +0200
commitcc79184af404afe114cb2f3feea867845ea20a79 (patch)
treeb229921f8f94bcf1206326ab22fe0045a71de636 /utils/xsubpp.PL
parentfd77364147b483be5c8b9e374f6ff8a013f4af28 (diff)
downloadperl-cc79184af404afe114cb2f3feea867845ea20a79.tar.gz
Move ExtUtils::ParseXS from cpan/ to dist/
Both Ken and David agree with this.
Diffstat (limited to 'utils/xsubpp.PL')
-rw-r--r--utils/xsubpp.PL2
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');