Dave Cross: Still Munging Data With Perl: Online event - Mar 17 Learn more

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.035.
use strict;
my %WriteMakefileArgs = (
"ABSTRACT" => "HackaMol: Object-Oriented Library for Molecular Hacking",
"AUTHOR" => "Demian Riccardi <demianriccardi\@gmail.com>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "HackaMol",
"EXE_FILES" => [],
"LICENSE" => "perl",
"NAME" => "HackaMol",
"PREREQ_PM" => {
"Capture::Tiny" => "0.28",
"Cwd" => "0.0",
"File::Slurp" => "0.00",
"JSON::XS" => "3.01",
"LWP::Simple" => "6.13",
"List::MoreUtils" => "0.410",
"MCE" => "1.52",
"Math::Vector::Real" => "0.14",
"Math::Vector::Real::Random" => "0.03",
"Math::Vector::Real::XS" => "0.07",
"Math::Vector::Real::kdTree" => "0.10",
"Modern::Perl" => "1.20",
"Moo::Role" => "2.0",
"Moose" => "2.14",
"MooseX::StrictConstructor" => "0.19",
"MooseX::Types::Path::Tiny" => "0.011",
"Path::Tiny" => "0.06",
"Test::Dir" => "0.0",
"Test::Fatal" => "0.0",
"Test::Moose" => "0.0",
"Test::More" => "0.0",
"Test::Output" => "1.03",
"Test::Warn" => "0.30",
"Time::HiRes" => "0.0",
"YAML::XS" => "0.41",
"strict" => "0.0",
"strictures" => "2.0",
"warnings" => "0.0"
},
"VERSION" => "0.027",
"test" => {
"TESTS" => "t/*.t t/Roles/*.t"
}
);
my %FallbackPrereqs = (
"Capture::Tiny" => "0.28",
"Cwd" => "0.0",
"ExtUtils::MakeMaker" => 0,
"File::Slurp" => "0.00",
"JSON::XS" => "3.01",
"LWP::Simple" => "6.13",
"List::MoreUtils" => "0.410",
"MCE" => "1.52",
"Math::Vector::Real" => "0.14",
"Math::Vector::Real::Random" => "0.03",
"Math::Vector::Real::XS" => "0.07",
"Math::Vector::Real::kdTree" => "0.10",
"Modern::Perl" => "1.20",
"Moo::Role" => "2.0",
"Moose" => "2.14",
"MooseX::StrictConstructor" => "0.19",
"MooseX::Types::Path::Tiny" => "0.011",
"Path::Tiny" => "0.06",
"Test::Dir" => "0.0",
"Test::Fatal" => "0.0",
"Test::Moose" => "0.0",
"Test::More" => "0.0",
"Test::Output" => "1.03",
"Test::Warn" => "0.30",
"Time::HiRes" => "0.0",
"YAML::XS" => "0.41",
"strict" => "0.0",
"strictures" => "2.0",
"warnings" => "0.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);