Attribute-Params-Validate
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.037.
use strict;
use warnings;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Define validation through subroutine attributes",
"AUTHOR" => "Dave Rolsky <autarch\@urth.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Attribute-Params-Validate",
"EXE_FILES" => [],
"LICENSE" => "artistic_2",
"NAME" => "Attribute::Params::Validate",
"PREREQ_PM" => {
"Attribute::Handlers" => "0.79",
"Exporter" => "5.60",
"Params::Validate" => "1.21",
"attributes" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Test::Fatal" => 0,
"Test::More" => "0.96",
"lib" => 0
},
"VERSION" => "1.21",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Attribute::Handlers" => "0.79",
"Exporter" => "5.60",
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Params::Validate" => "1.21",
"Test::Fatal" => 0,
"Test::More" => "0.96",
"attributes" => 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 2.248 seconds using v1.01-cache-2.11-cpan-54e63673c56 )