# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.015.
use strict;
use warnings;
use ExtUtils::MakeMaker 6.30;
my %WriteMakefileArgs = (
"ABSTRACT" => "A Perl HTML pretty printer to use with Google prettify CSS skins, no JavaScript required!",
"AUTHOR" => "David Farrell <sillymoos\@cpan.org> L<PerlTricks.com|http://perltricks.com>",
"BUILD_REQUIRES" => {},
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => "6.30"
},
"DISTNAME" => "PPI-Prettify",
"EXE_FILES" => [],
"LICENSE" => "perl",
"NAME" => "PPI::Prettify",
"PREREQ_PM" => {
"B::Keywords" => 0,
"Carp" => 0,
"Exporter" => 0,
"HTML::Entities" => 0,
"List::MoreUtils" => 0,
"PPI::Document" => 0,
"Perl::Critic::Utils" => 0,
"base" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Test::More" => 0
},
"VERSION" => "0.07",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"B::Keywords" => 0,
"Carp" => 0,
"Exporter" => 0,
"HTML::Entities" => 0,
"List::MoreUtils" => 0,
"PPI::Document" => 0,
"Perl::Critic::Utils" => 0,
"Test::More" => 0,
"base" => 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);