Catalyst-Plugin-DetachIfNotModified
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.030.
use strict;
use warnings;
use 5.014000;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Short-circuit requests with If-Modified-Since headers",
"AUTHOR" => "Robert Rothenberg <rrwo\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Catalyst-Plugin-DetachIfNotModified",
"LICENSE" => "artistic_2",
"MIN_PERL_VERSION" => "5.014000",
"NAME" => "Catalyst::Plugin::DetachIfNotModified",
"PREREQ_PM" => {
"Catalyst" => "5.90018",
"HTTP::Headers" => "5.18",
"HTTP::Status" => 0,
"List::Util" => 0,
"Moose::Role" => 0,
"Ref::Util" => 0,
"namespace::autoclean" => 0
},
"TEST_REQUIRES" => {
"Catalyst" => "5.90018",
"Catalyst::Controller" => 0,
"Catalyst::Test" => 0,
"File::Spec" => 0,
"HTTP::Date" => 0,
"HTTP::Request::Common" => 0,
"Module::Metadata" => 0,
"Moose" => 0,
"Plack::Middleware::MethodOverride" => 0,
"Term::Size::Any" => 0,
"Test::Log::Dispatch" => 0,
"Test::More" => 0,
"Test::Most" => 0,
"Time::Seconds" => 0,
"lib" => 0,
"strict" => 0,
"warnings" => 0
},
"VERSION" => "v0.3.1",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Catalyst" => "5.90018",
"Catalyst::Controller" => 0,
"Catalyst::Test" => 0,
"File::Spec" => 0,
"HTTP::Date" => 0,
"HTTP::Headers" => "5.18",
"HTTP::Request::Common" => 0,
"HTTP::Status" => 0,
"List::Util" => 0,
"Module::Metadata" => 0,
"Moose" => 0,
"Moose::Role" => 0,
"Plack::Middleware::MethodOverride" => 0,
"Ref::Util" => 0,
"Term::Size::Any" => 0,
"Test::Log::Dispatch" => 0,
"Test::More" => 0,
"Test::Most" => 0,
"Time::Seconds" => 0,
"lib" => 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 1.074 second using v1.01-cache-2.11-cpan-39bf76dae61 )