# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.008.
use strict;
use warnings;
use 5.008;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Automatically convert POD to a README in any format for Dist::Zilla",
"AUTHOR" => "Ryan C. Thompson <rct\@thompsonclan.org>, Karen Etheridge <ether\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Dist-Zilla-Plugin-ReadmeAnyFromPod",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.008",
"NAME" => "Dist::Zilla::Plugin::ReadmeAnyFromPod",
"PREREQ_PM" => {
"Dist::Zilla::File::InMemory" => 0,
"Dist::Zilla::Role::AfterBuild" => 0,
"Dist::Zilla::Role::AfterRelease" => 0,
"Dist::Zilla::Role::FileGatherer" => 0,
"Dist::Zilla::Role::FileMunger" => 0,
"Dist::Zilla::Role::FilePruner" => 0,
"Dist::Zilla::Role::FileWatcher" => 0,
"Dist::Zilla::Role::PPI" => 0,
"Encode" => 0,
"List::Util" => "1.33",
"Moose" => 0,
"Moose::Util::TypeConstraints" => 0,
"MooseX::Has::Sugar" => 0,
"PPI::Document" => 0,
"Path::Tiny" => "0.004",
"Pod::Markdown" => "2.000",
"Pod::Markdown::Github" => 0,
"Pod::Simple::HTML" => "3.23",
"Pod::Simple::Text" => "3.23",
"Scalar::Util" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Carp" => 0,
"Dist::Zilla::Role::PluginBundle::Easy" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::DZil" => 0,
"Test::Deep" => 0,
"Test::Fatal" => 0,
"Test::More" => "0.94",
"Test::Most" => 0,
"Test::Requires" => 0,
"autodie" => 0,
"blib" => "1.01",
"lib" => 0,
"utf8" => 0
},
"VERSION" => "0.163250",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Carp" => 0,
"Dist::Zilla::File::InMemory" => 0,
"Dist::Zilla::Role::AfterBuild" => 0,
"Dist::Zilla::Role::AfterRelease" => 0,
"Dist::Zilla::Role::FileGatherer" => 0,
"Dist::Zilla::Role::FileMunger" => 0,
"Dist::Zilla::Role::FilePruner" => 0,
"Dist::Zilla::Role::FileWatcher" => 0,
"Dist::Zilla::Role::PPI" => 0,
"Dist::Zilla::Role::PluginBundle::Easy" => 0,
"Encode" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"List::Util" => "1.33",
"Moose" => 0,
"Moose::Util::TypeConstraints" => 0,
"MooseX::Has::Sugar" => 0,
"PPI::Document" => 0,
"Path::Tiny" => "0.004",
"Pod::Markdown" => "2.000",
"Pod::Markdown::Github" => 0,
"Pod::Simple::HTML" => "3.23",
"Pod::Simple::Text" => "3.23",
"Scalar::Util" => 0,
"Test::DZil" => 0,
"Test::Deep" => 0,
"Test::Fatal" => 0,
"Test::More" => "0.94",
"Test::Most" => 0,
"Test::Requires" => 0,
"autodie" => 0,
"blib" => "1.01",
"lib" => 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);