summaryrefslogtreecommitdiff
path: root/make_ext.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-10-02 17:23:14 +0100
committerNicholas Clark <nick@ccl4.org>2009-10-02 17:23:14 +0100
commit934a80216e4f3581221870fc59c4d048b06aa0d1 (patch)
tree29b5946b05f17700d5f0ece3bfd822901c495296 /make_ext.pl
parent2f94c979cb4eba6cfd7929c6ee378478f91fb550 (diff)
downloadperl-934a80216e4f3581221870fc59c4d048b06aa0d1.tar.gz
Change 204606f4 ommited to update make_ext.pl's path to Text::ParseWords
Diffstat (limited to 'make_ext.pl')
-rw-r--r--make_ext.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_ext.pl b/make_ext.pl
index ce9e79ba7a..eac877f351 100644
--- a/make_ext.pl
+++ b/make_ext.pl
@@ -38,7 +38,7 @@ my @toolchain = qw(cpan/AutoLoader/lib
);
# Used only in ExtUtils::Liblist::Kid::_win32_ext()
-push @toolchain, 'ext/Text-ParseWords/lib' if $is_Win32;
+push @toolchain, 'cpan/Text-ParseWords/lib' if $is_Win32;
my @ext_dirs = qw(cpan dist ext);
my $ext_dirs_re = '(?:' . join('|', @ext_dirs) . ')';