Mojolicious-Plugin-INIConfig-Extended
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.031.
use strict;
use warnings;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Mojolicious Plugin to overload a Configuration",
"AUTHOR" => "Hugh Esco <hesco\@campaignfoundations.com>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Mojolicious-Plugin-INIConfig-Extended",
"LICENSE" => "gpl",
"NAME" => "Mojolicious::Plugin::INIConfig::Extended",
"PREREQ_PM" => {
"Config::Tiny" => "2.14",
"Mojolicious" => "3.84",
"Mojolicious::Plugin::INIConfig" => "0.03",
"Test::Mojo::More" => "0.05",
"Test::Most" => "0.34"
},
"VERSION" => "0.09",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Config::Tiny" => "2.14",
"Mojolicious" => "3.84",
"Mojolicious::Plugin::INIConfig" => "0.03",
"Test::Mojo::More" => "0.05",
"Test::Most" => "0.34"
);
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.708 second using v1.01-cache-2.11-cpan-39bf76dae61 )