Skip to content

Commit 6f44131

Browse files
committed
Fix builds after EUMM update
1 parent 6aed8e2 commit 6f44131

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

write_buildcustomize.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
# nonxs modules.
2727
# Term::ReadLine is not here for building but for allowing the debugger to
2828
# run under miniperl when nothing but miniperl will build :-(.
29+
# Text::ParseWords is required in ExtUtils::Liblist::Kid
2930

3031
my @toolchain = qw(cpan/AutoLoader/lib
3132
dist/Carp/lib
@@ -42,13 +43,12 @@
4243
dist/constant/lib
4344
cpan/version/lib
4445
cpan/Getopt-Long/lib
46+
cpan/Text-ParseWords/lib
4547
);
4648

47-
# Text-ParseWords used only in ExtUtils::Liblist::Kid::_win32_ext()
48-
# the rest are for XS building on Win32, since nonxs and xs build simultaneously
49+
# These are for XS building on Win32, since nonxs and xs build simultaneously
4950
# on Win32 if parallel building
5051
push @toolchain, qw(
51-
cpan/Text-ParseWords/lib
5252
dist/ExtUtils-ParseXS/lib
5353
cpan/parent/lib
5454
cpan/ExtUtils-Constant/lib

0 commit comments

Comments
 (0)