This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
whichsig nul-cleanup.
[perl5.git] / write_buildcustomize.pl
index 7d75896..ee3eea5 100644 (file)
@@ -18,12 +18,14 @@ require File::Spec::Functions;
 # allow miniperl to build everything else.
 
 my @toolchain = qw(cpan/AutoLoader/lib
+                  dist/Carp/lib
                   dist/Cwd dist/Cwd/lib
                   dist/ExtUtils-Command/lib
                   dist/ExtUtils-Install/lib
                   cpan/ExtUtils-MakeMaker/lib
                   dist/ExtUtils-Manifest/lib
                   cpan/File-Path/lib
+                  ext/re
                   );
 
 # Used only in ExtUtils::Liblist::Kid::_win32_ext()