Plack-App-Prerender

 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.015.
use strict;
use warnings;

use 5.010001;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "a simple prerendering proxy for Plack",
  "AUTHOR" => "Robert Rothenberg <rrwo\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Plack-App-Prerender",
  "LICENSE" => "artistic_2",
  "MIN_PERL_VERSION" => "5.010001",
  "NAME" => "Plack::App::Prerender",
  "PREREQ_PM" => {
    "Encode" => 0,
    "HTTP::Headers" => 0,
    "HTTP::Request" => 0,
    "HTTP::Status" => 0,
    "Plack::Component" => 0,
    "Plack::Request" => 0,
    "Plack::Util" => 0,
    "Plack::Util::Accessor" => 0,
    "Ref::Util" => 0,
    "Time::Seconds" => 0,
    "WWW::Mechanize::Chrome" => 0,
    "parent" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "CHI" => 0,
    "File::Spec" => 0,
    "HTTP::Request::Common" => 0,
    "HTTP::Tiny" => 0,
    "Log::Log4perl" => 0,
    "Module::Metadata" => 0,
    "Plack::Middleware::ContentLength" => 0,
    "Plack::Middleware::Head" => 0,
    "Plack::Test" => 0,
    "Test2::Require::Internet" => 0,
    "Test2::V0" => 0,
    "Test::Differences" => 0,
    "Test::More" => 0
  },
  "VERSION" => "v0.2.0",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "CHI" => 0,
  "Encode" => 0,
  "File::Spec" => 0,
  "HTTP::Headers" => 0,
  "HTTP::Request" => 0,
  "HTTP::Request::Common" => 0,
  "HTTP::Status" => 0,
  "HTTP::Tiny" => 0,
  "Log::Log4perl" => 0,
  "Module::Metadata" => 0,
  "Plack::Component" => 0,
  "Plack::Middleware::ContentLength" => 0,
  "Plack::Middleware::Head" => 0,
  "Plack::Request" => 0,
  "Plack::Test" => 0,
  "Plack::Util" => 0,
  "Plack::Util::Accessor" => 0,
  "Ref::Util" => 0,
  "Test2::Require::Internet" => 0,
  "Test2::V0" => 0,
  "Test::Differences" => 0,
  "Test::More" => 0,
  "Time::Seconds" => 0,
  "WWW::Mechanize::Chrome" => 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.747 second using v1.01-cache-2.11-cpan-39bf76dae61 )