Markdown-Compiler
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.024.
use strict;
use warnings;
use 5.010000;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Perl Markdown Compiler",
"AUTHOR" => "Kaitlyn Parkhurst <symkat\@symkat.com>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Markdown-Compiler",
"EXE_FILES" => [
"script/markdown-compiler"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010000",
"NAME" => "Markdown::Compiler",
"PREREQ_PM" => {
"Data::Dumper" => 0,
"Data::Dumper::Concise" => 0,
"Exporter" => 0,
"File::Slurper" => 0,
"Import::Into" => 0,
"Module::Runtime" => 0,
"Moo" => 0,
"Regexp::Common" => 0,
"Storable" => 0,
"Test::Deep" => 0,
"Test::Differences" => 0,
"Test::More" => 0,
"YAML::XS" => 0,
"oCLI" => 0,
"oCLI::Command" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Data::Section::Simple" => 0
},
"VERSION" => "0.003",
"test" => {
"TESTS" => "t/01_paragraph/*.t t/02_codeblock/*.t t/03_metadata/*.t t/04_list/*.t t/05_blockquote/*.t t/06_table/*.t"
}
);
my %FallbackPrereqs = (
"Data::Dumper" => 0,
"Data::Dumper::Concise" => 0,
"Data::Section::Simple" => 0,
"Exporter" => 0,
"File::Slurper" => 0,
"Import::Into" => 0,
"Module::Runtime" => 0,
"Moo" => 0,
"Regexp::Common" => 0,
"Storable" => 0,
"Test::Deep" => 0,
"Test::Differences" => 0,
"Test::More" => 0,
"YAML::XS" => 0,
"oCLI" => 0,
"oCLI::Command" => 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);
( run in 1.939 second using v1.01-cache-2.11-cpan-39bf76dae61 )