This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Sync Pod-Simple test scripts with CPAN versions
[perl5.git] / make_ext.pl
index ce9e79b..de26d84 100644 (file)
@@ -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) . ')';