# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.043.
use strict;
use warnings;
use 5.012000;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Add encoding support to Poet/Mason apps",
"AUTHOR" => "Dave Baird <dave\@zerofive.co.uk>",
"CONFIGURE_REQUIRES" => {},
"DISTNAME" => "Mason-Plugin-WithEncoding",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.012000",
"NAME" => "Mason::Plugin::WithEncoding",
"PREREQ_PM" => {
"Encode" => 0,
"Guard" => "0.1",
"Mason" => "2.13",
"Moose" => "0.34",
"Plack::Request::WithEncoding" => 0,
"Poet" => "0.04",
"Try::Tiny" => "0.01",
"URI::Escape" => "3.29",
"encoding::warnings" => 0
},
"TEST_REQUIRES" => {
"Test::Class" => 0,
"Test::Class::Most" => 0,
"Test::More" => 0
},
"VERSION" => "0.2",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Encode" => 0,
"Guard" => "0.1",
"Mason" => "2.13",
"Moose" => "0.34",
"Plack::Request::WithEncoding" => 0,
"Poet" => "0.04",
"Test::Class" => 0,
"Test::Class::Most" => 0,
"Test::More" => 0,
"Try::Tiny" => "0.01",
"URI::Escape" => "3.29",
"encoding::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);