Dist-Zilla-Plugin-Stenciller-HtmlExamples
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.043.
use strict;
use warnings;
use 5.010000;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Create Html example files from text files parsed with Stenciller",
"AUTHOR" => "Erik Carlsson <info\@code301.com>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Dist-Zilla-Plugin-Stenciller-HtmlExamples",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010000",
"NAME" => "Dist::Zilla::Plugin::Stenciller::HtmlExamples",
"PREREQ_PM" => {
"Dist::Zilla::File::InMemory" => 0,
"Moose" => "2.1405",
"MooseX::AttributeDocumented" => "0.1003",
"Path::Tiny" => "0.072",
"Stenciller" => "0.1400",
"String::Stomp" => 0,
"Syntax::Feature::Qs" => "0.2004",
"Types::Path::Tiny" => "0.005",
"Types::Standard" => "1.000005",
"namespace::autoclean" => "0.22",
"syntax" => 0
},
"TEST_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"File::Temp" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Path::Tiny" => "0.072",
"String::Cushion" => 0,
"Syntax::Feature::Qi" => 0,
"Test::DZil" => 0,
"Test::Differences" => 0,
"Test::More" => "0.96",
"syntax" => 0
},
"VERSION" => "0.0201",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Dist::Zilla::File::InMemory" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"File::Temp" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Moose" => "2.1405",
"MooseX::AttributeDocumented" => "0.1003",
"Path::Tiny" => "0.072",
"Stenciller" => "0.1400",
"String::Cushion" => 0,
"String::Stomp" => 0,
"Syntax::Feature::Qi" => 0,
"Syntax::Feature::Qs" => "0.2004",
"Test::DZil" => 0,
"Test::Differences" => 0,
"Test::More" => "0.96",
"Types::Path::Tiny" => "0.005",
"Types::Standard" => "1.000005",
"namespace::autoclean" => "0.22",
"syntax" => 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.509 second using v1.01-cache-2.11-cpan-39bf76dae61 )