# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.015.
use strict;
use warnings;
use 5.010;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Generate PDFs with the goodness of Mojo!",
"AUTHOR" => "Zoffix Znet <cpan\@zoffix.com>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Mojo-PDF",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010",
"NAME" => "Mojo::PDF",
"PREREQ_PM" => {
"Carp" => 0,
"Image::Size" => 0,
"List::AllUtils" => 0,
"Mojo::Base" => 0,
"Mojolicious" => "6.21",
"Moo" => "2.000002",
"Number::RGB" => "1.41",
"PDF::Reuse" => "0.36",
"Tie::RangeHash" => "1.05",
"Tree::Node" => "0.08",
"Types::Common::Numeric" => 0,
"Types::Standard" => 0,
"namespace::clean" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => 0,
"strict" => 0,
"warnings" => 0
},
"VERSION" => "1.005003",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Carp" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Image::Size" => 0,
"List::AllUtils" => 0,
"Mojo::Base" => 0,
"Mojolicious" => "6.21",
"Moo" => "2.000002",
"Number::RGB" => "1.41",
"PDF::Reuse" => "0.36",
"Test::More" => 0,
"Tie::RangeHash" => "1.05",
"Tree::Node" => "0.08",
"Types::Common::Numeric" => 0,
"Types::Standard" => 0,
"namespace::clean" => 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);