Dancer2-Plugin-Menu
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.010;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Automatically generate an HTML menu for your Dancer2 app",
"AUTHOR" => "Steve Dondley <s\@dondley.com>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Dancer2-Plugin-Menu",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010",
"NAME" => "Dancer2::Plugin::Menu",
"PREREQ_PM" => {
"Dancer2" => "0.206000",
"Dancer2::Core::Hook" => 0,
"Dancer2::Plugin" => 0,
"Data::Dumper" => 0,
"HTML::Element" => 0,
"MooX::HandlesVia" => 0,
"Storable" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Dancer2" => "0.206000",
"File::Path" => 0,
"HTTP::Request::Common" => 0,
"Plack::Test" => 0,
"Test::More" => 0,
"Test::Most" => 0,
"Test::NoWarnings" => 0,
"Test::Output" => 0
},
"VERSION" => "0.009",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Dancer2" => "0.206000",
"Dancer2::Core::Hook" => 0,
"Dancer2::Plugin" => 0,
"Data::Dumper" => 0,
"File::Path" => 0,
"HTML::Element" => 0,
"HTTP::Request::Common" => 0,
"MooX::HandlesVia" => 0,
"Plack::Test" => 0,
"Storable" => 0,
"Test::More" => 0,
"Test::Most" => 0,
"Test::NoWarnings" => 0,
"Test::Output" => 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.634 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )