HackaMol
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.008;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "HackaMol: Object-Oriented Library for Molecular Hacking",
"AUTHOR" => "Demian Riccardi <demianriccardi\@gmail.com>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "HackaMol",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.008",
"NAME" => "HackaMol",
"PREREQ_PM" => {
"Capture::Tiny" => "0.46",
"Cwd" => "3.6",
"HTTP::Tiny" => "0.070",
"JSON::XS" => "3.04",
"List::MoreUtils" => "0.428",
"MCE" => "1.83",
"Math::Vector::Real" => "0.18",
"Math::Vector::Real::Random" => "0.03",
"Math::Vector::Real::XS" => "0.10",
"Math::Vector::Real::kdTree" => "0.15",
"Modern::Perl" => "1.20",
"Moose" => "2.20",
"MooseX::StrictConstructor" => "0.21",
"MooseX::Types::Path::Tiny" => "0.012",
"Path::Tiny" => "0.104",
"Test::Dir" => "0.0",
"Test::Fatal" => "0.014",
"Test::Moose" => "2.20",
"Test::More" => "1.3",
"Test::Output" => "1.03",
"Test::Warn" => "0.30",
"Time::HiRes" => "1.975",
"YAML::XS" => "0.69",
"namespace::autoclean" => 0
},
"VERSION" => "0.053",
"test" => {
"TESTS" => "t/*.t t/HackaMol/*.t t/HackaMol/Roles/*.t t/HackaMol/Roles/AtomGroupRole/*.t"
}
);
my %FallbackPrereqs = (
"Capture::Tiny" => "0.46",
"Cwd" => "3.6",
"HTTP::Tiny" => "0.070",
"JSON::XS" => "3.04",
"List::MoreUtils" => "0.428",
"MCE" => "1.83",
"Math::Vector::Real" => "0.18",
"Math::Vector::Real::Random" => "0.03",
"Math::Vector::Real::XS" => "0.10",
"Math::Vector::Real::kdTree" => "0.15",
"Modern::Perl" => "1.20",
"Moose" => "2.20",
"MooseX::StrictConstructor" => "0.21",
"MooseX::Types::Path::Tiny" => "0.012",
"Path::Tiny" => "0.104",
"Test::Dir" => "0.0",
"Test::Fatal" => "0.014",
"Test::Moose" => "2.20",
"Test::More" => "1.3",
"Test::Output" => "1.03",
"Test::Warn" => "0.30",
"Time::HiRes" => "1.975",
"YAML::XS" => "0.69",
"namespace::autoclean" => 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 0.870 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )