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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix the (serial) build with dmake on Windows
[perl5.git]
/
write_buildcustomize.pl
diff --git
a/write_buildcustomize.pl
b/write_buildcustomize.pl
index
cf56e33
..
76d92d1
100644
(file)
--- a/
write_buildcustomize.pl
+++ b/
write_buildcustomize.pl
@@
-49,6
+49,7
@@
push @toolchain, qw(
cpan/Getopt-Long/lib
cpan/parent/lib
cpan/ExtUtils-Constant/lib
+ cpan/version/lib
) if $^O eq 'MSWin32';
push @toolchain, 'ext/VMS-Filespec/lib' if $^O eq 'VMS';