App-Base
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.024.
use strict;
use warnings;
use 5.010;
use ExtUtils::MakeMaker 7.64;
my %WriteMakefileArgs = (
"ABSTRACT" => "modules implementing common methods for applications",
"AUTHOR" => "binary.com <BINARY\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => "7.64"
},
"DISTNAME" => "App-Base",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010",
"NAME" => "App::Base",
"PREREQ_PM" => {
"Cwd" => 0,
"File::Flock::Tiny" => 0,
"Getopt::Long" => 0,
"IO::Handle" => 0,
"List::Util" => 0,
"Moose" => 0,
"Moose::Role" => 0,
"MooseX::Types" => 0,
"MooseX::Types::Moose" => 0,
"POSIX" => 0,
"Path::Tiny" => 0,
"Socket" => 0,
"Syntax::Keyword::Try" => 0,
"Text::Reform" => 0,
"Time::HiRes" => 0,
"namespace::autoclean" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::Slurp" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::CheckDeps" => "0.010",
"Test::Exception" => 0,
"Test::Exit" => 0,
"Test::FailWarnings" => 0,
"Test::More" => "0.94",
"Test::Most" => "0.21",
"Test::Warn" => 0,
"Text::Trim" => 0
},
"VERSION" => "0.08",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Cwd" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Flock::Tiny" => 0,
"File::Slurp" => 0,
"File::Spec" => 0,
"Getopt::Long" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"List::Util" => 0,
"Moose" => 0,
"Moose::Role" => 0,
"MooseX::Types" => 0,
"MooseX::Types::Moose" => 0,
"POSIX" => 0,
"Path::Tiny" => 0,
"Socket" => 0,
"Syntax::Keyword::Try" => 0,
"Test::CheckDeps" => "0.010",
"Test::Exception" => 0,
"Test::Exit" => 0,
"Test::FailWarnings" => 0,
"Test::More" => "0.94",
"Test::Most" => "0.21",
"Test::Warn" => 0,
"Text::Reform" => 0,
"Text::Trim" => 0,
"Time::HiRes" => 0,
"namespace::autoclean" => 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.721 second using v1.01-cache-2.11-cpan-39bf76dae61 )