Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.
Nicholas Clark [Thu, 26 Mar 2009 13:10:15 +0000 (13:10 +0000)]
22 files changed:
ext/B/Makefile.PL
ext/Devel-DProf/Makefile.PL
ext/Devel-Peek/Makefile.PL
ext/DynaLoader/Makefile.PL
ext/Errno/Makefile.PL
ext/Fcntl/Makefile.PL
ext/File-Glob/Makefile.PL
ext/GDBM_File/Makefile.PL
ext/Hash-Util-FieldHash/Makefile.PL
ext/Hash-Util/Makefile.PL
ext/I18N-Langinfo/Makefile.PL
ext/NDBM_File/Makefile.PL
ext/ODBM_File/Makefile.PL
ext/POSIX/Makefile.PL
ext/SDBM_File/Makefile.PL
ext/Socket/Makefile.PL
ext/Sys-Hostname/Makefile.PL
ext/XS-APItest/Makefile.PL
ext/XS-Typemap/Makefile.PL
ext/attrs/Makefile.PL
ext/mro/Makefile.PL
ext/re/Makefile.PL

index 4a1e425..123c624 100644 (file)
@@ -19,7 +19,6 @@ WriteMakefile(
     NAME           => "B",
     VERSION_FROM    => "B.pm",
     PL_FILES       => { 'defsubs_h.PL' => 'defsubs.h' },
-    MAN3PODS       => {},
     clean          => {
        FILES       => "perl$e *$o B.c defsubs.h *~"
     }
@@ -31,10 +30,6 @@ sub post_constants {
     "\nLIBS = $Config::Config{libs}\n"
 }
 
-sub headerfilefile {
-    push @makefileopts, MAN3PODS => {};
-}
-
 sub headerpath {
     if ($core) {
        return File::Spec->catdir(File::Spec->updir,
index 5d975ea..5bb0012 100644 (file)
@@ -15,5 +15,4 @@ WriteMakefile(
                             SUFFIX => 'gz',
                             DIST_DEFAULT => 'all tardist',
                           },
-       MAN3PODS        => {},
 );
index f6d0cc9..41fab87 100644 (file)
@@ -8,5 +8,4 @@ WriteMakefile(
                             SUFFIX     => 'gz',
                             DIST_DEFAULT => 'all tardist',
                           },
-       MAN3PODS        => {},
 );
index 1f06c5c..2a9aa7b 100644 (file)
@@ -4,7 +4,6 @@ WriteMakefile(
     NAME => 'DynaLoader',
     LINKTYPE   => 'static',
     DEFINE     => '-DLIBC="$(LIBC)"',
-    MAN3PODS   => {},  # Pods will be built by installman.
     SKIP       => [qw(dynamic dynamic_lib dynamic_bs)],
     XSPROTOARG => '-noprototypes',             # XXX remove later?
     VERSION_FROM => 'DynaLoader_pm.PL',
index 9f5b3e7..cc45afb 100644 (file)
@@ -1,8 +1,6 @@
 use ExtUtils::MakeMaker;
 use Config;
 
-@VMS = ($^O eq 'VMS') ? (MAN3PODS => {}) : ();
-
 my $arch = "$Config{'archname'}-$Config{'osvers'}";
 my $got = "";
 if (-e 'arch.txt') {
@@ -24,7 +22,6 @@ if ($got ne $arch) {
 WriteMakefile(
     NAME        => 'Errno',
     VERSION_FROM => 'Errno_pm.PL',
-    MAN3PODS     => {},        # Pods will be built by installman.
     PL_FILES    => {'Errno_pm.PL'=>'Errno.pm'},
     PM          => {'Errno.pm' => '$(INST_LIBDIR)/Errno.pm'},
     'clean'     => {FILES => 'Errno.pm arch.txt'},
@@ -33,7 +30,6 @@ WriteMakefile(
        SUFFIX   => '.gz', 
        DIST_DEFAULT => 'd/Errno.pm tardist',
     },
-    @VMS,
 );
 
 sub MY::postamble {
index f1d9bdf..4306789 100644 (file)
@@ -2,7 +2,6 @@ use ExtUtils::MakeMaker;
 use ExtUtils::Constant 0.11 'WriteConstants';
 WriteMakefile(
     NAME       => 'Fcntl',
-    MAN3PODS   => {},  # Pods will be built by installman.
     XSPROTOARG => '-noprototypes',             # XXX remove later?
     VERSION_FROM => 'Fcntl.pm',
     realclean => {FILES=> 'const-c.inc const-xs.inc'},
index 0d4267a..a0f4e6e 100644 (file)
@@ -3,7 +3,6 @@ use ExtUtils::Constant 0.11 'WriteConstants';
 WriteMakefile(
     NAME               => 'File::Glob',
     VERSION_FROM       => 'Glob.pm',
-    MAN3PODS           => {},     # Pods will be built by installman.
     OBJECT             => 'bsd_glob$(OBJ_EXT) Glob$(OBJ_EXT)',
     realclean => {FILES=> 'const-c.inc const-xs.inc'},
 
index 1286dcd..24e6ee4 100644 (file)
@@ -3,7 +3,6 @@ use ExtUtils::Constant 0.11 'WriteConstants';
 WriteMakefile(
     NAME => 'GDBM_File',
     LIBS => ["-lgdbm", "-ldbm"],
-    MAN3PODS   => {},  # Pods will be built by installman.
     XSPROTOARG => '-noprototypes',             # XXX remove later?
     VERSION_FROM => 'GDBM_File.pm',
     realclean => {FILES=> 'const-c.inc const-xs.inc'},
index 4793ec9..71ac2ae 100644 (file)
@@ -15,8 +15,4 @@ WriteMakefile(
     INC               => '', # e.g., '-I/usr/include/other'
     # Un-comment this if you add C files to link with later:
     # OBJECT            => '$(O_FILES)', # link all the C files too
-    # Don't manify in core build
-    (grep( /^PERL_CORE=1$/, @ARGV) ?
-        (MAN3PODS => {}) :
-        ()),
 );
index eee40c5..9faef90 100644 (file)
@@ -5,10 +5,8 @@ use ExtUtils::MakeMaker;
 
 WriteMakefile(
     VERSION_FROM    => "lib/Hash/Util.pm",
-    MAN3PODS        => {},  # Pods will be built by installman.
     NAME            => "Hash::Util",
     DEFINE          => "-DPERL_EXT",
-    NORECURS        => 1, # Hash::Util::FieldHash is treated as distinct.
 );
 
 package MY;
index b307aca..eace265 100644 (file)
@@ -12,7 +12,6 @@ WriteMakefile(
     'DEFINE'           => '', # e.g., '-DHAVE_SOMETHING'
        # Insert -I. if you add *.h files later:
     'INC'              => '', # e.g., '-I/usr/include/other'
-    'MAN3PODS'         => {},  # Pods will be built by installman
     realclean => {FILES=> 'const-c.inc const-xs.inc'},
        # Un-comment this if you add C files to link with later:
     # 'OBJECT'         => '$(O_FILES)', # link all the C files too
index 7b58601..a8adbf0 100644 (file)
@@ -2,7 +2,6 @@ use ExtUtils::MakeMaker;
 WriteMakefile(
     NAME       => 'NDBM_File',
     LIBS => ["-L/usr/local/lib -lndbm", "-ldbm -lucb"],
-    MAN3PODS   => {},  # Pods will be built by installman.
     XSPROTOARG => '-noprototypes',             # XXX remove later?
     VERSION_FROM => 'NDBM_File.pm',
     INC => ($^O eq "MacOS" ? "-i ::::db:include" : "")
index 2732a32..0ae31f9 100644 (file)
@@ -2,7 +2,6 @@ use ExtUtils::MakeMaker;
 WriteMakefile(
     NAME       => 'ODBM_File',
     LIBS => ["-ldbm -lucb"],
-    MAN3PODS   => {},  # Pods will be built by installman.
     XSPROTOARG => '-noprototypes',             # XXX remove later?
     VERSION_FROM => 'ODBM_File.pm', 
 );
index 5f6679d..5569e17 100644 (file)
@@ -20,7 +20,6 @@ if ($^O ne 'MSWin32') {
 WriteMakefile(
     NAME       => 'POSIX',
     @libs,
-    MAN3PODS   => {},  # Pods will be built by installman.
     XSPROTOARG => '-noprototypes',     # XXX remove later?
     VERSION_FROM => 'POSIX.pm',
     realclean  => {FILES=> 'const-c.inc const-xs.inc'},
index 1267efc..fa16a79 100644 (file)
@@ -17,7 +17,6 @@ else                  { $myextlib = 'sdbm/libsdbm$(LIB_EXT)';  }
 WriteMakefile(
               NAME     => 'SDBM_File',
               MYEXTLIB => $myextlib,
-              MAN3PODS         => {},  # Pods will be built by installman.
               XSPROTOARG => '-noprototypes',           # XXX remove later?
               VERSION_FROM => 'SDBM_File.pm',
               DEFINE => $define,
index 0746b67..0389b70 100644 (file)
@@ -5,7 +5,6 @@ WriteMakefile(
     NAME        => 'Socket',
     VERSION_FROM => 'Socket.pm',
    ($Config{libs} =~ /(-lsocks\S*)/ ? (LIBS => [ "$1" ] ) : ()),
-    MAN3PODS    => {},         # Pods will be built by installman.
     XSPROTOARG   => '-noprototypes',           # XXX remove later?
     realclean => {FILES=> 'const-c.inc const-xs.inc'},
 );
index a0892f6..029bc72 100644 (file)
@@ -3,6 +3,5 @@ use ExtUtils::MakeMaker;
 WriteMakefile(
     NAME                => 'Sys::Hostname',
     VERSION_FROM        => 'Hostname.pm', 
-    MAN3PODS           => {},  # Pods will be built by installman.
     XSPROTOARG          => '-noprototypes',
 );
index 59d35c9..10ce877 100644 (file)
@@ -17,7 +17,6 @@ WriteMakefile(
     'INC'              => '-I.', # e.g., '-I. -I/usr/include/other'
        # Un-comment this if you add C files to link with later:
     # 'OBJECT'         => '$(O_FILES)', # link all the C files too
-    MAN3PODS           => {},  # Pods will be built by installman.
     realclean => {FILES        => 'const-c.inc const-xs.inc'},
 );
 
index ad02b78..3b1ff51 100644 (file)
@@ -2,7 +2,6 @@ use ExtUtils::MakeMaker;
 
 WriteMakefile(
               'NAME'      => 'XS::Typemap',
-             MAN3PODS    => {},  # Pods will be built by installman.
               'VERSION_FROM'   => 'Typemap.pm',
               'dist'      => { COMPRESS => "gzip -9f"},
               OBJECT      => 'stdio.o  Typemap.o',
index 86ed3f3..fdff629 100644 (file)
@@ -2,6 +2,5 @@ use ExtUtils::MakeMaker;
 WriteMakefile(
     NAME       => 'attrs',
     VERSION_FROM => 'attrs.pm',
-    MAN3PODS   => {},  # Pods will be built by installman.
     XSPROTOARG => '-noprototypes'
 );
index 8ccd887..71d5415 100644 (file)
@@ -6,5 +6,4 @@ WriteMakefile(
     NAME              => 'mro',
     VERSION_FROM      => 'mro.pm', # finds $VERSION
     ABSTRACT_FROM     => 'mro.pm', # retrieve abstract from module
-    MAN3PODS          => {},
     AUTHOR            => 'Brandon L. Black <blblack@gmail.com>');
index f00f412..dbc4142 100644 (file)
@@ -9,7 +9,6 @@ my $defines = '-DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT';
 WriteMakefile(
     NAME               => 're',
     VERSION_FROM       => 're.pm',
-    MAN3PODS           => {},  # Pods will be built by installman.
     XSPROTOARG         => '-noprototypes',
     OBJECT             => $object,
     DEFINE             => $defines,