From f4e064af84aaaa725dac7cde712c82576f87c83f Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Wed, 3 Jul 2013 22:28:50 +0200 Subject: [PATCH] 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. --- Makefile.SH | 5 ++--- write_buildcustomize.pl | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.SH b/Makefile.SH index 7d4ff0c..e0220db 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -986,7 +986,7 @@ uni.data: $(MINIPERL_EXE) $(CONFIGPM) lib/unicore/mktables $(nonxs_ext) # can in this makefile to decide if needs to run or not # touch uni.data -# $(PERL_EXE) and ext because buildtoc uses Text::Wrap uses re +# $(PERL_EXE) and ext because pod_lib.pl needs Digest::MD5 # But also this ensures that all extensions are built before we try to scan # them, which picks up Devel::PPPort's documentation. pod/perltoc.pod: $(perltoc_pod_prereqs) $(PERL_EXE) $(ext) pod/buildtoc @@ -994,8 +994,7 @@ pod/perltoc.pod: $(perltoc_pod_prereqs) $(PERL_EXE) $(ext) pod/buildtoc pod/perlapi.pod: pod/perlintern.pod -# Depending on $(nonxs_ext) gets us Text::Wrap built -pod/perlintern.pod: $(MINIPERL_EXE) autodoc.pl embed.fnc $(nonxs_ext) +pod/perlintern.pod: $(MINIPERL_EXE) autodoc.pl embed.fnc $(MINIPERL) autodoc.pl pod/perlmodlib.pod: $(MINIPERL_EXE) pod/perlmodlib.PL MANIFEST diff --git a/write_buildcustomize.pl b/write_buildcustomize.pl index 02c78f8..91ce9bb 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() -- 1.8.3.1