This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update ExtUtils::Manifest from 1.72 to 1.73
[perl5.git] / write_buildcustomize.pl
index 862b09f..d25ef75 100644 (file)
@@ -26,6 +26,7 @@ if ( @ARGV ) {
 # nonxs modules.
 # Term::ReadLine is not here for building but for allowing the debugger to
 # run under miniperl when nothing but miniperl will build :-(.
+# Text::ParseWords is required in ExtUtils::Liblist::Kid
 
 my @toolchain = qw(cpan/AutoLoader/lib
                   dist/Carp/lib
@@ -42,13 +43,13 @@ my @toolchain = qw(cpan/AutoLoader/lib
                   dist/constant/lib
                   cpan/version/lib
                   cpan/Getopt-Long/lib
+                  cpan/Text-ParseWords/lib
+                   cpan/ExtUtils-PL2Bat/lib
                   );
 
-# Text-ParseWords used only in ExtUtils::Liblist::Kid::_win32_ext()
-# the rest are for XS building on Win32, since nonxs and xs build simultaneously
+# These are for XS building on Win32, since nonxs and xs build simultaneously
 # on Win32 if parallel building
 push @toolchain, qw(
-       cpan/Text-ParseWords/lib
        dist/ExtUtils-ParseXS/lib
        cpan/parent/lib
        cpan/ExtUtils-Constant/lib