This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64a5950
)
pl2bat.pl now needs access to ExtUtils::PL2Bat
author
Tony Cook
<tony@develop-help.com>
Wed, 6 Jan 2021 23:11:30 +0000
(10:11 +1100)
committer
Tony Cook
<tony@develop-help.com>
Wed, 6 Jan 2021 23:11:30 +0000
(10:11 +1100)
This could cause failures in parallel builds.
write_buildcustomize.pl
patch
|
blob
|
blame
|
history
diff --git
a/write_buildcustomize.pl
b/write_buildcustomize.pl
index
b161aab
..
d25ef75
100644
(file)
--- 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