# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012.
use strict;
use warnings;
use 5.008;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Convert POD to Github's specific markdown",
"AUTHOR" => "Stefan G.",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Pod-Markdown-Github",
"EXE_FILES" => [
"bin/pod2github"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.008",
"NAME" => "Pod::Markdown::Github",
"PREREQ_PM" => {
"Getopt::Long" => 0,
"Pod::Markdown" => 0,
"Pod::Usage" => 0,
"parent" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Exporter" => 0,
"File::Spec::Functions" => 0,
"File::Temp" => 0,
"Symbol" => 0,
"Test::Differences" => 0,
"Test::More" => "0.88",
"lib" => 0
},
"VERSION" => "0.04",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Exporter" => 0,
"File::Spec::Functions" => 0,
"File::Temp" => 0,
"Getopt::Long" => 0,
"Pod::Markdown" => 0,
"Pod::Usage" => 0,
"Symbol" => 0,
"Test::Differences" => 0,
"Test::More" => "0.88",
"lib" => 0,
"parent" => 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);