Net-DNS-SPF-Expander
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012.
use strict;
use warnings;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Expands DNS SPF records, so you don't have to.",
"AUTHOR" => "Amiri Barksdale <amiri\@campusexplorer.com>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Net-DNS-SPF-Expander",
"EXE_FILES" => [
"script/dns-spf-expander"
],
"LICENSE" => "perl",
"NAME" => "Net::DNS::SPF::Expander",
"PREREQ_PM" => {
"List::AllUtils" => 0,
"Moo" => 0,
"MooX::Options" => 0,
"Net::DNS::Resolver" => 0,
"Net::DNS::ZoneFile" => 0,
"Path::Tiny" => 0,
"Scalar::Util" => 0,
"Types::Standard" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"IO::All" => 0,
"Test::Differences" => 0,
"Test::Exception" => 0,
"Test::More" => 0,
"lib" => 0
},
"VERSION" => "0.021",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"IO::All" => 0,
"List::AllUtils" => 0,
"Moo" => 0,
"MooX::Options" => 0,
"Net::DNS::Resolver" => 0,
"Net::DNS::ZoneFile" => 0,
"Path::Tiny" => 0,
"Scalar::Util" => 0,
"Test::Differences" => 0,
"Test::Exception" => 0,
"Test::More" => 0,
"Types::Standard" => 0,
"lib" => 0,
"strict" => 0,
"warnings" => 0
);
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
delete $WriteMakefileArgs{TEST_REQUIRES};
delete $WriteMakefileArgs{BUILD_REQUIRES};
$WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}
delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
WriteMakefile(%WriteMakefileArgs);
( run in 0.608 second using v1.01-cache-2.11-cpan-39bf76dae61 )