App-SpamcupNG
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.032.
use strict;
use warnings;
use 5.014004;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "module to export functions for spamcup program",
"AUTHOR" => "Alceu Rodrigues de Freitas Junior <glasswalk3r\@yahoo.com.br>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "App-SpamcupNG",
"EXE_FILES" => [
"bin/spamcup"
],
"LICENSE" => "gpl",
"MIN_PERL_VERSION" => "5.014004",
"NAME" => "App::SpamcupNG",
"PREREQ_PM" => {
"Class::Accessor" => "0.51",
"DBD::SQLite" => "1.74",
"DBI" => "1.643",
"DateTime" => "1.59",
"HTML::Form" => "6.11",
"HTML::TreeBuilder::XPath" => "0.14",
"HTTP::CookieJar::LWP" => "0.014",
"HTTP::Cookies" => "6.01",
"HTTP::Request" => "6.44",
"HTTP::Request::Common" => "6.44",
"LWP::Protocol::https" => "6.14",
"LWP::UserAgent" => "6.72",
"Log::Log4perl" => "1.57",
"Mozilla::PublicSuffix" => "1.0.6",
"Set::Tiny" => "0.04",
"YAML::XS" => "0.88"
},
"TEST_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Perl::Tidy::Sweetened" => "1.18",
"Pod::Tidy" => "0.10",
"Test::Exception" => "0.43",
"Test::Kwalitee" => "1.28",
"Test::More" => 0,
"Test::TempDir::Tiny" => 0
},
"VERSION" => "0.020",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Class::Accessor" => "0.51",
"DBD::SQLite" => "1.74",
"DBI" => "1.643",
"DateTime" => "1.59",
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"HTML::Form" => "6.11",
"HTML::TreeBuilder::XPath" => "0.14",
"HTTP::CookieJar::LWP" => "0.014",
"HTTP::Cookies" => "6.01",
"HTTP::Request" => "6.44",
"HTTP::Request::Common" => "6.44",
"LWP::Protocol::https" => "6.14",
"LWP::UserAgent" => "6.72",
"Log::Log4perl" => "1.57",
"Mozilla::PublicSuffix" => "1.0.6",
"Perl::Tidy::Sweetened" => "1.18",
"Pod::Tidy" => "0.10",
"Set::Tiny" => "0.04",
"Test::Exception" => "0.43",
"Test::Kwalitee" => "1.28",
"Test::More" => 0,
"Test::TempDir::Tiny" => 0,
"YAML::XS" => "0.88"
);
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.522 second using v1.01-cache-2.11-cpan-39bf76dae61 )