The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.009.
use strict;
use warnings;



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",
  "NAME" => "HackaMol",
  "PREREQ_PM" => {
    "Capture::Tiny" => "0.28",
    "Cwd" => "0.0",
    "File::Slurp" => "0.00",
    "HTTP::Tiny" => "0.070",
    "JSON::XS" => "3.01",
    "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",
    "Moose" => "2.14",
    "MooseX::StrictConstructor" => "0.19",
    "MooseX::Types::Path::Tiny" => "0.011",
    "Path::Tiny" => "0.100",
    "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"
  },
  "VERSION" => "0.043",
  "test" => {
    "TESTS" => "t/*.t t/HackaMol/*.t t/HackaMol/Roles/*.t"
  }
);


my %FallbackPrereqs = (
  "Capture::Tiny" => "0.28",
  "Cwd" => "0.0",
  "File::Slurp" => "0.00",
  "HTTP::Tiny" => "0.070",
  "JSON::XS" => "3.01",
  "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",
  "Moose" => "2.14",
  "MooseX::StrictConstructor" => "0.19",
  "MooseX::Types::Path::Tiny" => "0.011",
  "Path::Tiny" => "0.100",
  "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"
);


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);