diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-07-03 22:28:50 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-07-07 12:42:02 +0200 |
commit | f4e064af84aaaa725dac7cde712c82576f87c83f (patch) | |
tree | 3ff458f7b6e822f7e0b9a143a31886c392985ecc /write_buildcustomize.pl | |
parent | 755b4f2b775f540a2aa0562726690d7282e8bcaf (diff) | |
download | perl-f4e064af84aaaa725dac7cde712c82576f87c83f.tar.gz |
Add cpan/Text-Tabs/lib to buildcustomize.pl and hence miniperl's @INC.
autodoc.pl already needs Text::Wrap, and soon other early-stage build scripts
will too.
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 02c78f8c72..91ce9bbee7 100644 --- a/write_buildcustomize.pl +++ b/write_buildcustomize.pl @@ -30,6 +30,7 @@ my @toolchain = qw(cpan/AutoLoader/lib dist/Term-ReadLine/lib dist/Exporter/lib ext/File-Find/lib + cpan/Text-Tabs/lib ); # Used only in ExtUtils::Liblist::Kid::_win32_ext() |