SUFFIX => 'gz',
DIST_DEFAULT => 'all tardist',
},
- MAN3PODS => {},
(
(grep { $_ eq 'PERL_CORE=1' } @ARGV)
? ()
WriteMakefile(
NAME => 'Storable',
DISTNAME => "Storable",
- MAN3PODS => {},
# We now ship this in t/
# PREREQ_PM => { 'Test::More' => '0.41' },
INSTALLDIRS => $] >= 5.007 ? 'perl' : 'site',
# 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
# 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