This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change 204606f4 ommited to update make_ext.pl's path to Text::ParseWords
[perl5.git] / make_ext.pl
index ce9e79b..eac877f 100644 (file)
@@ -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) . ')';