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

use 5.006;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "A thin wrapper around the Runkeeper (Health Graph) API",
  "AUTHOR" => "Olaf Alders <olaf\@wundercounter.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "WebService-HealthGraph",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "WebService::HealthGraph",
  "PREREQ_PM" => {
    "Array::Iterator" => 0,
    "JSON::MaybeXS" => "1.003005",
    "LWP::ConsoleLogger::Easy" => 0,
    "LWP::Protocol::https" => 0,
    "LWP::UserAgent" => "6.15",
    "Moo" => "2.001001",
    "Type::Tiny" => "1.000005",
    "Types::Standard" => 0,
    "Types::URI" => 0,
    "URI" => "1.71",
    "URI::FromHash" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Data::Printer" => 0,
    "DateTime" => 0,
    "List::AllUtils" => 0,
    "Test2::Bundle::Extended" => 0,
    "Test2::Plugin::BailOnFail" => 0,
    "Test::RequiresInternet" => 0
  },
  "VERSION" => "0.000004",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Array::Iterator" => 0,
  "Data::Printer" => 0,
  "DateTime" => 0,
  "JSON::MaybeXS" => "1.003005",
  "LWP::ConsoleLogger::Easy" => 0,
  "LWP::Protocol::https" => 0,
  "LWP::UserAgent" => "6.15",
  "List::AllUtils" => 0,
  "Moo" => "2.001001",
  "Test2::Bundle::Extended" => 0,
  "Test2::Plugin::BailOnFail" => 0,
  "Test::RequiresInternet" => 0,
  "Type::Tiny" => "1.000005",
  "Types::Standard" => 0,
  "Types::URI" => 0,
  "URI" => "1.71",
  "URI::FromHash" => 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);