Remove MAN3PODS from modules' Makefile.PLs which are not the same as on CPAN.
Nicholas Clark [Thu, 26 Mar 2009 13:35:39 +0000 (13:35 +0000)]
ext/Digest-SHA/Makefile.PL
ext/IO/Makefile.PL
ext/List-Util/Makefile.PL
ext/Math-BigInt-FastCalc/Makefile.PL
ext/Text-Soundex/Makefile.PL

index dff8270..df63c2b 100644 (file)
@@ -37,7 +37,6 @@ my %att = (
        $PERL_CORE ? () : (
            'EXE_FILES'         => [ 'shasum' ],
            'INSTALLDIRS'       => ($] >= 5.010) ? 'perl' : 'site',
-            'MAN3PODS'      => {},      # Pods will be built by installman.
        ),
 );
 
index 095d7c2..e08936a 100644 (file)
@@ -5,5 +5,4 @@ WriteMakefile(
        VERSION_FROM    => "IO.pm",
        NAME            => "IO",
        OBJECT          => '$(O_FILES)', 
-       MAN3PODS        => {},          # Pods will be built by installman.
 );
index 48dccdb..9bc1c5a 100644 (file)
@@ -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",
 );
index 8ab4040..5f4df8e 100644 (file)
@@ -10,5 +10,4 @@ WriteMakefile(
     },
     INSTALLDIRS                => 'perl',
     PREREQ_FATAL       => 1,
-    MAN3PODS           => {},
  );
index ea757f1..fd179cd 100644 (file)
@@ -7,5 +7,4 @@ WriteMakefile(
                             SUFFIX     => 'gz',
                             DIST_DEFAULT => 'all tardist',
                           },
-       MAN3PODS        => {},
 );