Remove MAN3PODS and NORECURS from Makefile.PLs where blead is canonical.
Nicholas Clark [Thu, 26 Mar 2009 13:12:09 +0000 (13:12 +0000)]
ext/Data-Dumper/Makefile.PL
ext/Storable/Makefile.PL
ext/threads-shared/Makefile.PL
ext/threads/Makefile.PL

index 1548c75..0d900fb 100644 (file)
@@ -7,7 +7,6 @@ WriteMakefile(
                             SUFFIX     => 'gz',
                             DIST_DEFAULT => 'all tardist',
                           },
-       MAN3PODS        => {},
         (
             (grep { $_ eq 'PERL_CORE=1' } @ARGV)
                 ? ()
index 985f56d..b840b39 100644 (file)
@@ -11,7 +11,6 @@ use Config;
 WriteMakefile(
     NAME                => 'Storable',
     DISTNAME            => "Storable",
-    MAN3PODS            => {},
 # We now ship this in t/
 #    PREREQ_PM           => { 'Test::More' => '0.41' },
     INSTALLDIRS                => $] >= 5.007 ? 'perl' : 'site',
index 2626ad6..7856617 100755 (executable)
@@ -46,11 +46,7 @@ sub have_cc
 
 # Build options for different environments
 my @conditional_params;
-if (grep { $_ eq 'PERL_CORE=1' } @ARGV) {
-    # Core
-    push(@conditional_params, 'MAN3PODS' => {});
-
-} else {
+if (not grep { $_ eq 'PERL_CORE=1' } @ARGV) {
     # CPAN
 
     # Verify that a 'C' compiler is available
index 908a414..b251797 100755 (executable)
@@ -46,11 +46,7 @@ sub have_cc
 
 # Build options for different environments
 my @conditional_params;
-if (grep { $_ eq 'PERL_CORE=1' } @ARGV) {
-    # Core
-    push(@conditional_params, 'MAN3PODS' => {},
-                              'NORECURS' => 1);
-} else {
+if (not grep { $_ eq 'PERL_CORE=1' } @ARGV) {
     # CPAN
 
     # Verify that a 'C' compiler is available