From: Tony Cook Date: Wed, 28 Oct 2015 03:11:12 +0000 (+1100) Subject: fix the non-Win32 build breakage introduced in ce9582af X-Git-Tag: v5.23.5~96 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/0c7fc6418c524329d47034aa2f4bec4f288095e2 fix the non-Win32 build breakage introduced in ce9582af On Unix, EU::MM was falling back to EU::MM::version::vpp, which was removed above. Make the real version.pm available instead. --- diff --git a/write_buildcustomize.pl b/write_buildcustomize.pl index 76d92d1..8666a6b 100644 --- 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';