diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-07-02 17:15:01 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-07-03 09:41:37 +0200 |
commit | 3110a05565c47ab3f781046c0a0c79eac7394ba9 (patch) | |
tree | 4d595f377949885967446243a25b552eef831d69 /write_buildcustomize.pl | |
parent | 1d268002215610157f95bd75662fb0d8fb6ebea3 (diff) | |
download | perl-3110a05565c47ab3f781046c0a0c79eac7394ba9.tar.gz |
Move Exporter from lib/ to dist/Exporter/
Exporter has been considered dual life, upstream blead, since commit
6295adb525682844 (Sep 2006), but it was not moved to dist/ in 2009 with
the other dual-life modules because it was not possible to disentangle it
from the early stages of the build bootstrapping.
The build bootstrapping is now sufficiently simplified that it's possible
to move it to dist/
Diffstat (limited to 'write_buildcustomize.pl')
-rw-r--r-- | write_buildcustomize.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/write_buildcustomize.pl b/write_buildcustomize.pl index 576fe5cfec..4916945d82 100644 --- a/write_buildcustomize.pl +++ b/write_buildcustomize.pl @@ -28,6 +28,7 @@ my @toolchain = qw(cpan/AutoLoader/lib cpan/File-Path/lib ext/re dist/Term-ReadLine/lib + dist/Exporter/lib ); # Used only in ExtUtils::Liblist::Kid::_win32_ext() |