From: Nicholas Clark Date: Sat, 2 Mar 2013 11:07:33 +0000 (+0100) Subject: Add dist/constant/lib to the paths in the generated lib/buildcustomize.pl X-Git-Tag: v5.19.3~36^2~3 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/70c906359076aa9339e61337cdc5fd1c3c3f01ed?ds=sidebyside Add dist/constant/lib to the paths in the generated lib/buildcustomize.pl Strictly, add it to write_buildcustomize.pl, and so that the absolute path is added to the generated file. --- diff --git a/write_buildcustomize.pl b/write_buildcustomize.pl index 91ce9bb..73bf8f0 100644 --- a/write_buildcustomize.pl +++ b/write_buildcustomize.pl @@ -31,6 +31,7 @@ my @toolchain = qw(cpan/AutoLoader/lib dist/Exporter/lib ext/File-Find/lib cpan/Text-Tabs/lib + dist/constant/lib ); # Used only in ExtUtils::Liblist::Kid::_win32_ext()