NAME => "B",
VERSION_FROM => "B.pm",
PL_FILES => { 'defsubs_h.PL' => 'defsubs.h' },
- MAN3PODS => {},
clean => {
FILES => "perl$e *$o B.c defsubs.h *~"
}
"\nLIBS = $Config::Config{libs}\n"
}
-sub headerfilefile {
- push @makefileopts, MAN3PODS => {};
-}
-
sub headerpath {
if ($core) {
return File::Spec->catdir(File::Spec->updir,
SUFFIX => 'gz',
DIST_DEFAULT => 'all tardist',
},
- MAN3PODS => {},
);
SUFFIX => 'gz',
DIST_DEFAULT => 'all tardist',
},
- MAN3PODS => {},
);
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',
use ExtUtils::MakeMaker;
use Config;
-@VMS = ($^O eq 'VMS') ? (MAN3PODS => {}) : ();
-
my $arch = "$Config{'archname'}-$Config{'osvers'}";
my $got = "";
if (-e 'arch.txt') {
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'},
SUFFIX => '.gz',
DIST_DEFAULT => 'd/Errno.pm tardist',
},
- @VMS,
);
sub MY::postamble {
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'},
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'},
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'},
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 => {}) :
- ()),
);
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;
'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
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" : "")
WriteMakefile(
NAME => 'ODBM_File',
LIBS => ["-ldbm -lucb"],
- MAN3PODS => {}, # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
VERSION_FROM => 'ODBM_File.pm',
);
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'},
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,
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'},
);
WriteMakefile(
NAME => 'Sys::Hostname',
VERSION_FROM => 'Hostname.pm',
- MAN3PODS => {}, # Pods will be built by installman.
XSPROTOARG => '-noprototypes',
);
'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'},
);
WriteMakefile(
'NAME' => 'XS::Typemap',
- MAN3PODS => {}, # Pods will be built by installman.
'VERSION_FROM' => 'Typemap.pm',
'dist' => { COMPRESS => "gzip -9f"},
OBJECT => 'stdio.o Typemap.o',
WriteMakefile(
NAME => 'attrs',
VERSION_FROM => 'attrs.pm',
- MAN3PODS => {}, # Pods will be built by installman.
XSPROTOARG => '-noprototypes'
);
NAME => 'mro',
VERSION_FROM => 'mro.pm', # finds $VERSION
ABSTRACT_FROM => 'mro.pm', # retrieve abstract from module
- MAN3PODS => {},
AUTHOR => 'Brandon L. Black <blblack@gmail.com>');
WriteMakefile(
NAME => 're',
VERSION_FROM => 're.pm',
- MAN3PODS => {}, # Pods will be built by installman.
XSPROTOARG => '-noprototypes',
OBJECT => $object,
DEFINE => $defines,