summaryrefslogtreecommitdiff
path: root/write_buildcustomize.pl
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-06-04 13:52:58 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-06-04 13:52:58 +0100
commit6f44131d18eb3c79d59c550fbc73b2d7122e5a1d (patch)
tree7dfd77dd8371dd385b2729ee263e049b12aa9c6c /write_buildcustomize.pl
parent6aed8e2d2d20b43fbdcd898f56cd758774b15195 (diff)
downloadperl-6f44131d18eb3c79d59c550fbc73b2d7122e5a1d.tar.gz
Fix builds after EUMM update
Diffstat (limited to 'write_buildcustomize.pl')
-rw-r--r--write_buildcustomize.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/write_buildcustomize.pl b/write_buildcustomize.pl
index 862b09fab8..b161aab01e 100644
--- a/write_buildcustomize.pl
+++ b/write_buildcustomize.pl
@@ -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,12 @@ my @toolchain = qw(cpan/AutoLoader/lib
dist/constant/lib
cpan/version/lib
cpan/Getopt-Long/lib
+ cpan/Text-ParseWords/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