X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=make_ext.pl;h=de26d8410a6221ad7b4412984f3710ac2c03fc2c;hb=e8163f9b21612cd7bfeb1e3e84bf7226ccb0475d;hp=ce9e79ba7a9a84f0e8ee204f400547afe2da7bf4;hpb=2515fc3387cd30b4bac05ff931323b142fc9ae2f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/make_ext.pl b/make_ext.pl index ce9e79b..de26d84 100644 --- a/make_ext.pl +++ b/make_ext.pl @@ -28,7 +28,6 @@ my $is_Unix = !$is_Win32 && !$is_VMS; # This list cannot get any longer without overflowing the length limit for # environment variables on VMS my @toolchain = qw(cpan/AutoLoader/lib - ext/constant/lib cpan/Cwd cpan/Cwd/lib cpan/ExtUtils-Command/lib dist/ExtUtils-Install/lib @@ -38,7 +37,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) . ')';