From: Nicholas Clark Date: Fri, 2 Oct 2009 16:23:14 +0000 (+0100) Subject: Change 204606f4 ommited to update make_ext.pl's path to Text::ParseWords X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=934a80216e4f3581221870fc59c4d048b06aa0d1;p=p5sagit%2Fp5-mst-13.2.git Change 204606f4 ommited to update make_ext.pl's path to Text::ParseWords --- diff --git a/make_ext.pl b/make_ext.pl index ce9e79b..eac877f 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) . ')';