Dist-Zilla-Util-ExpandINI
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.008.
use strict;
use warnings;
use 5.006;
use ExtUtils::MakeMaker 7.1101;
my %WriteMakefileArgs = (
"ABSTRACT" => "Read an INI file and expand bundles as you go.",
"AUTHOR" => "Kent Fredric <kentnl\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => "7.1101"
},
"DISTNAME" => "Dist-Zilla-Util-ExpandINI",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.006",
"NAME" => "Dist::Zilla::Util::ExpandINI",
"PREREQ_PM" => {
"Carp" => 0,
"Config::INI::Reader" => 0,
"Config::INI::Writer" => "0.024",
"Dist::Zilla::Util::BundleInfo" => "1.001000",
"Mixin::Linewise" => "!= 0.107",
"Module::Runtime" => 0,
"Moo" => "1.000008",
"Scalar::Util" => 0,
"parent" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Dist::Zilla::PluginBundle::Classic" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Test::Differences" => 0,
"Test::More" => 0
},
"VERSION" => "0.003003",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t t/comments/*.t"
}
);
my %FallbackPrereqs = (
"Carp" => 0,
"Config::INI::Reader" => 0,
"Config::INI::Writer" => "0.024",
"Dist::Zilla::PluginBundle::Classic" => 0,
"Dist::Zilla::Util::BundleInfo" => "1.001000",
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Mixin::Linewise" => "!= 0.107",
"Module::Runtime" => 0,
"Moo" => "1.000008",
"Scalar::Util" => 0,
"Test::Differences" => 0,
"Test::More" => 0,
"parent" => 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.572 second using v1.01-cache-2.11-cpan-6aa56a78535 )