This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Sprinkle diag_listed_as; perldiag tweaks
[perl5.git] / write_buildcustomize.pl
index 76d92d1..8666a6b 100644 (file)
@@ -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';