summaryrefslogtreecommitdiff
path: root/write_buildcustomize.pl
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2015-10-28 14:11:12 +1100
committerTony Cook <tony@develop-help.com>2015-10-28 14:11:12 +1100
commit0c7fc6418c524329d47034aa2f4bec4f288095e2 (patch)
tree6b8781d3755badd6ac1879575e35f5d600cde515 /write_buildcustomize.pl
parent1545a17946a06cf70b111af74a1786ae29fa7652 (diff)
downloadperl-0c7fc6418c524329d47034aa2f4bec4f288095e2.tar.gz
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.
Diffstat (limited to 'write_buildcustomize.pl')
-rw-r--r--write_buildcustomize.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/write_buildcustomize.pl b/write_buildcustomize.pl
index 76d92d18fc..8666a6bce2 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';