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
(from parent 1:
1545a17
)
fix the non-Win32 build breakage introduced in ce9582af
author
Tony Cook
<tony@develop-help.com>
Wed, 28 Oct 2015 03:11:12 +0000
(14:11 +1100)
committer
Tony Cook
<tony@develop-help.com>
Wed, 28 Oct 2015 03:11:12 +0000
(14:11 +1100)
On Unix, EU::MM was falling back to EU::MM::version::vpp, which
was removed above.
Make the real version.pm available instead.
write_buildcustomize.pl
patch
|
blob
|
blame
|
history
diff --git
a/write_buildcustomize.pl
b/write_buildcustomize.pl
index
76d92d1
..
8666a6b
100644
(file)
--- a/
write_buildcustomize.pl
+++ b/
write_buildcustomize.pl
@@
-38,6
+38,7
@@
my @toolchain = qw(cpan/AutoLoader/lib
ext/File-Find/lib
cpan/Text-Tabs/lib
dist/constant/lib
+ cpan/version/lib
);
# Text-ParseWords used only in ExtUtils::Liblist::Kid::_win32_ext()
@@
-49,7
+50,6
@@
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';