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 v5.019.
use strict;
use warnings;

use 5.008;

use ExtUtils::MakeMaker 6.30;



my %WriteMakefileArgs = (
  "ABSTRACT" => "HackaMol: Object-Oriented Library for Molecular Hacking",
  "AUTHOR" => "Demian Riccardi <demianriccardi\@gmail.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.30"
  },
  "DISTNAME" => "HackaMol",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "NAME" => "HackaMol",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Exporter" => 0,
    "FileHandle" => 0,
    "JSON::XS" => "3.01",
    "Math::Trig" => 0,
    "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.12",
    "Moose::Role" => 0,
    "MooseX::StrictConstructor" => "0.19",
    "MooseX::Types::Path::Tiny" => "0.01",
    "Path::Tiny" => "0.054",
    "Scalar::Util" => 0,
    "Test::Dir" => "1.014",
    "YAML::XS" => "0.41",
    "namespace::autoclean" => 0
  },
  "TEST_REQUIRES" => {
    "Capture::Tiny" => 0,
    "Cwd" => 0,
    "File::Slurp" => 0,
    "Math::Vector::Real::Random" => "0.03",
    "Test::Dir" => "1.014",
    "Test::Fatal" => 0,
    "Test::Moose" => 0,
    "Test::More" => 0,
    "Test::Output" => 0,
    "Test::Warn" => 0,
    "Time::HiRes" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "VERSION" => "0.00_21",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Capture::Tiny" => 0,
  "Carp" => 0,
  "Cwd" => 0,
  "Exporter" => 0,
  "File::Slurp" => 0,
  "FileHandle" => 0,
  "JSON::XS" => "3.01",
  "Math::Trig" => 0,
  "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.12",
  "Moose::Role" => 0,
  "MooseX::StrictConstructor" => "0.19",
  "MooseX::Types::Path::Tiny" => "0.01",
  "Path::Tiny" => "0.054",
  "Scalar::Util" => 0,
  "Test::Dir" => "1.014",
  "Test::Fatal" => 0,
  "Test::Moose" => 0,
  "Test::More" => 0,
  "Test::Output" => 0,
  "Test::Warn" => 0,
  "Time::HiRes" => 0,
  "YAML::XS" => "0.41",
  "namespace::autoclean" => 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);