DBIx-Class-Helper-Row-Enumeration
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 5.010001;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Add methods for emum values",
"AUTHOR" => "Robert Rothenberg <rrwo\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "DBIx-Class-Helper-Row-Enumeration",
"LICENSE" => "artistic_2",
"MIN_PERL_VERSION" => "5.010001",
"NAME" => "DBIx::Class::Helper::Row::Enumeration",
"PREREQ_PM" => {
"DBIx::Class::Core" => 0,
"Ref::Util" => 0,
"Sub::Quote" => 0
},
"TEST_REQUIRES" => {
"DBD::SQLite" => 0,
"DBIx::Class::Core" => 0,
"DBIx::Class::Schema" => 0,
"File::Spec" => 0,
"Module::Metadata" => 0,
"SQL::Translator" => "0.11018",
"Sub::Name" => 0,
"Test::More" => 0,
"Test::Most" => 0
},
"VERSION" => "v0.1.8",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"DBD::SQLite" => 0,
"DBIx::Class::Core" => 0,
"DBIx::Class::Schema" => 0,
"File::Spec" => 0,
"Module::Metadata" => 0,
"Ref::Util" => 0,
"SQL::Translator" => "0.11018",
"Sub::Name" => 0,
"Sub::Quote" => 0,
"Test::More" => 0,
"Test::Most" => 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.371 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )