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



use ExtUtils::MakeMaker 6.30;



my %WriteMakefileArgs = (
  "ABSTRACT" => "Algorithm::DependencySolver - A dependency solver for scheduling access to a shared resource",
  "AUTHOR" => "Code by Colin Horne, Tests by Alex Balhatchet",
  "BUILD_REQUIRES" => {},
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.30"
  },
  "DISTNAME" => "Algorithm-DependencySolver",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "NAME" => "Algorithm::DependencySolver",
  "PREREQ_PM" => {
    "Data::Dumper" => "2.139",
    "Graph" => "0.94",
    "Graph::Convert" => "0.09",
    "Graph::Easy" => "0.72",
    "List::Compare" => "0.37",
    "List::MoreUtils" => "0.33",
    "Moose" => "2.0604",
    "MooseX::FollowPBP" => "0.05",
    "MooseX::Method::Signatures" => "0.44"
  },
  "TEST_REQUIRES" => {
    "File::Spec::Functions" => "3.00",
    "File::Type" => "0.22",
    "File::Which" => "1.09",
    "Test::Deep" => "0.110",
    "Test::Exception" => "0.31",
    "Test::More" => "0.98",
    "Test::TempDir::Tiny" => "0.003"
  },
  "VERSION" => "1.01",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Data::Dumper" => "2.139",
  "File::Spec::Functions" => "3.00",
  "File::Type" => "0.22",
  "File::Which" => "1.09",
  "Graph" => "0.94",
  "Graph::Convert" => "0.09",
  "Graph::Easy" => "0.72",
  "List::Compare" => "0.37",
  "List::MoreUtils" => "0.33",
  "Moose" => "2.0604",
  "MooseX::FollowPBP" => "0.05",
  "MooseX::Method::Signatures" => "0.44",
  "Test::Deep" => "0.110",
  "Test::Exception" => "0.31",
  "Test::More" => "0.98",
  "Test::TempDir::Tiny" => "0.003"
);


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