File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
3031my @toolchain = qw( cpan/AutoLoader/lib
3132 dist/Carp/lib
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
5051push @toolchain , qw(
51- cpan/Text-ParseWords/lib
5252 dist/ExtUtils-ParseXS/lib
5353 cpan/parent/lib
5454 cpan/ExtUtils-Constant/lib
You can’t perform that action at this time.
0 commit comments