Plack-Middleware-Text-Minify

 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" => "remove HTML indentation on the fly",
  "AUTHOR" => "Robert Rothenberg <rrwo\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Plack-Middleware-Text-Minify",
  "LICENSE" => "artistic_2",
  "MIN_PERL_VERSION" => "5.014000",
  "NAME" => "Plack::Middleware::Text::Minify",
  "PREREQ_PM" => {
    "Plack::Middleware" => 0,
    "Ref::Util" => 0,
    "Text::Minify::XS" => "0.7.0",
    "parent" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "File::Spec" => 0,
    "File::Temp" => 0,
    "HTTP::Request::Common" => 0,
    "IO::File" => 0,
    "Module::Metadata" => 0,
    "Plack::Builder" => 0,
    "Plack::MIME" => 0,
    "Plack::Middleware::ContentLength" => 0,
    "Plack::Test" => 0,
    "Test2::V0" => 0,
    "Test::Differences" => 0,
    "Test::More" => 0,
    "strict" => 0,
    "utf8" => 0
  },
  "VERSION" => "v0.4.1",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "File::Spec" => 0,
  "File::Temp" => 0,
  "HTTP::Request::Common" => 0,
  "IO::File" => 0,
  "Module::Metadata" => 0,
  "Plack::Builder" => 0,
  "Plack::MIME" => 0,
  "Plack::Middleware" => 0,
  "Plack::Middleware::ContentLength" => 0,
  "Plack::Test" => 0,
  "Ref::Util" => 0,
  "Test2::V0" => 0,
  "Test::Differences" => 0,
  "Test::More" => 0,
  "Text::Minify::XS" => "0.7.0",
  "parent" => 0,
  "strict" => 0,
  "utf8" => 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.682 second using v1.01-cache-2.11-cpan-39bf76dae61 )