From: Nicholas Clark Date: Thu, 26 Mar 2009 13:35:39 +0000 (+0000) Subject: Remove MAN3PODS from modules' Makefile.PLs which are not the same as on CPAN. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7a71a5145432d34189dc8574df73a361bd48e4ee;p=p5sagit%2Fp5-mst-13.2.git Remove MAN3PODS from modules' Makefile.PLs which are not the same as on CPAN. --- diff --git a/ext/Digest-SHA/Makefile.PL b/ext/Digest-SHA/Makefile.PL index dff8270..df63c2b 100644 --- a/ext/Digest-SHA/Makefile.PL +++ b/ext/Digest-SHA/Makefile.PL @@ -37,7 +37,6 @@ my %att = ( $PERL_CORE ? () : ( 'EXE_FILES' => [ 'shasum' ], 'INSTALLDIRS' => ($] >= 5.010) ? 'perl' : 'site', - 'MAN3PODS' => {}, # Pods will be built by installman. ), ); diff --git a/ext/IO/Makefile.PL b/ext/IO/Makefile.PL index 095d7c2..e08936a 100644 --- a/ext/IO/Makefile.PL +++ b/ext/IO/Makefile.PL @@ -5,5 +5,4 @@ WriteMakefile( VERSION_FROM => "IO.pm", NAME => "IO", OBJECT => '$(O_FILES)', - MAN3PODS => {}, # Pods will be built by installman. ); diff --git a/ext/List-Util/Makefile.PL b/ext/List-Util/Makefile.PL index 48dccdb..9bc1c5a 100644 --- a/ext/List-Util/Makefile.PL +++ b/ext/List-Util/Makefile.PL @@ -2,7 +2,6 @@ use ExtUtils::MakeMaker; WriteMakefile( VERSION_FROM => "lib/List/Util.pm", - MAN3PODS => {}, # Pods will be built by installman. NAME => "List::Util", DEFINE => "-DPERL_EXT", ); diff --git a/ext/Math-BigInt-FastCalc/Makefile.PL b/ext/Math-BigInt-FastCalc/Makefile.PL index 8ab4040..5f4df8e 100644 --- a/ext/Math-BigInt-FastCalc/Makefile.PL +++ b/ext/Math-BigInt-FastCalc/Makefile.PL @@ -10,5 +10,4 @@ WriteMakefile( }, INSTALLDIRS => 'perl', PREREQ_FATAL => 1, - MAN3PODS => {}, ); diff --git a/ext/Text-Soundex/Makefile.PL b/ext/Text-Soundex/Makefile.PL index ea757f1..fd179cd 100644 --- a/ext/Text-Soundex/Makefile.PL +++ b/ext/Text-Soundex/Makefile.PL @@ -7,5 +7,4 @@ WriteMakefile( SUFFIX => 'gz', DIST_DEFAULT => 'all tardist', }, - MAN3PODS => {}, );