summaryrefslogtreecommitdiff
path: root/write_buildcustomize.pl
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2021-01-07 10:11:30 +1100
committerTony Cook <tony@develop-help.com>2021-01-07 10:11:30 +1100
commit2c4406d7c5eec7fe167c8114229de7fbaa8a96d5 (patch)
tree68d3043193e0f0f65aaa65f982c9229341056dab /write_buildcustomize.pl
parent64a5950af609117d2098f7616334aff77df9ed63 (diff)
downloadperl-2c4406d7c5eec7fe167c8114229de7fbaa8a96d5.tar.gz
pl2bat.pl now needs access to ExtUtils::PL2Bat
This could cause failures in parallel builds.
Diffstat (limited to 'write_buildcustomize.pl')
-rw-r--r--write_buildcustomize.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/write_buildcustomize.pl b/write_buildcustomize.pl
index b161aab01e..d25ef75094 100644
--- a/write_buildcustomize.pl
+++ b/write_buildcustomize.pl
@@ -44,6 +44,7 @@ my @toolchain = qw(cpan/AutoLoader/lib
cpan/version/lib
cpan/Getopt-Long/lib
cpan/Text-ParseWords/lib
+ cpan/ExtUtils-PL2Bat/lib
);
# These are for XS building on Win32, since nonxs and xs build simultaneously