Chess-PGN-EPD
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.008.
use strict;
use warnings;
use 5.024000;
use ExtUtils::MakeMaker;
use File::ShareDir::Install;
$File::ShareDir::Install::INCLUDE_DOTFILES = 1;
$File::ShareDir::Install::INCLUDE_DOTDIRS = 1;
install_share dist => "share";
my %WriteMakefileArgs = (
"ABSTRACT" => "Perl extension to produce and manipulate EPD text. ",
"AUTHOR" => "Hugh S. Myers <hsmyers\@gmail.com>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::ShareDir::Install" => "0.06"
},
"DISTNAME" => "Chess-PGN-EPD",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.024000",
"NAME" => "Chess::PGN::EPD",
"PREREQ_PM" => {
"Chess::PGN::Moves" => "0.05",
"Cpanel::JSON::XS" => 0,
"Exporter" => 0,
"File::ShareDir" => 0,
"File::Slurper" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Chess::PGN::Moves" => "0.05",
"Chess::PGN::Parse" => "0.20",
"Test::More" => 0,
"diagnostics" => 0
},
"VERSION" => "0.34",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Chess::PGN::Moves" => "0.05",
"Chess::PGN::Parse" => "0.20",
"Cpanel::JSON::XS" => 0,
"Exporter" => 0,
"File::ShareDir" => 0,
"File::Slurper" => 0,
"Test::More" => 0,
"diagnostics" => 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);
{
package
MY;
use File::ShareDir::Install qw(postamble);
}
( run in 0.325 second using v1.01-cache-2.11-cpan-a1d94b6210f )