# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.010. use strict; use warnings; use 5.010; use ExtUtils::MakeMaker; my %WriteMakefileArgs = ( "ABSTRACT" => "Get POD from tutorials published on perltuts.com", "AUTHOR" => "Renee Baecker ", "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "EPublisher-Source-Plugin-PerltutsCom", "LICENSE" => "artistic_2", "MIN_PERL_VERSION" => "5.010", "NAME" => "EPublisher::Source::Plugin::PerltutsCom", "PREREQ_PM" => { "EPublisher" => "0.6", "Encode" => 0, "File::Basename" => 0, "HTTP::Tiny" => 0, "parent" => 0 }, "TEST_REQUIRES" => { "File::Find" => 0, "File::Spec" => 0, "Test::More" => 0, "Test::Pod" => "1.14", "Test::Pod::Coverage" => "1.08" }, "VERSION" => "0.7", "test" => { "TESTS" => "t/*.t" } ); my %FallbackPrereqs = ( "EPublisher" => "0.6", "Encode" => 0, "File::Basename" => 0, "File::Find" => 0, "File::Spec" => 0, "HTTP::Tiny" => 0, "Test::More" => 0, "Test::Pod" => "1.14", "Test::Pod::Coverage" => "1.08", "parent" => 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);