X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=make_ext.pl;h=de26d8410a6221ad7b4412984f3710ac2c03fc2c;hb=0aaa8280547862c4736508fffce4fde2128ae594;hp=753e36b09edd83a74a104597195463ee03cf2785;hpb=cb9d5b3a2566a2a88f1a861bc6c9a0bee5e7d768;p=p5sagit%2Fp5-mst-13.2.git diff --git a/make_ext.pl b/make_ext.pl index 753e36b..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) . ')'; @@ -305,7 +304,7 @@ sub build_extension { } $ENV{PERL5LIB} = join $Config{path_sep}, @new_inc; $ENV{PERL_CORE} = 1; - warn $ENV{PERL5LIB}; + # warn $ENV{PERL5LIB}; my $makefile; if ($is_VMS) {