summaryrefslogtreecommitdiff
path: root/write_buildcustomize.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-03-02 12:07:33 +0100
committerZefram <zefram@fysh.org>2013-08-17 16:34:40 +0100
commit70c906359076aa9339e61337cdc5fd1c3c3f01ed (patch)
treefdc47f7f38ce22bb26b548dc471b876aa2c95bc4 /write_buildcustomize.pl
parent21ae0dea1efe484f558dae7c3e9b0afb133318a3 (diff)
downloadperl-70c906359076aa9339e61337cdc5fd1c3c3f01ed.tar.gz
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.
Diffstat (limited to 'write_buildcustomize.pl')
-rw-r--r--write_buildcustomize.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/write_buildcustomize.pl b/write_buildcustomize.pl
index 91ce9bbee7..73bf8f054d 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()