diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-02 17:23:14 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-02 17:23:14 +0100 |
commit | 934a80216e4f3581221870fc59c4d048b06aa0d1 (patch) | |
tree | 29b5946b05f17700d5f0ece3bfd822901c495296 /make_ext.pl | |
parent | 2f94c979cb4eba6cfd7929c6ee378478f91fb550 (diff) | |
download | perl-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.pl | 2 |
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) . ')'; |