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



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Perl library for the Pivotal Tracker REST API",
  "AUTHOR" => "Dave Rolsky <autarch\@urth.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "WebService-PivotalTracker",
  "LICENSE" => "artistic_2",
  "NAME" => "WebService::PivotalTracker",
  "PREREQ_PM" => {
    "Cpanel::JSON::XS" => 0,
    "DateTime::Format::RFC3339" => 0,
    "Exporter" => 0,
    "HTTP::Request" => 0,
    "LWP::UserAgent" => 0,
    "Moo" => 0,
    "Moo::Role" => 0,
    "Params::ValidationCompiler" => 0,
    "Scalar::Util" => 0,
    "Sub::Quote" => 0,
    "Type::Library" => 0,
    "Type::Utils" => 0,
    "Types::Common::Numeric" => 0,
    "Types::Common::String" => 0,
    "Types::Standard" => 0,
    "Types::URI" => 0,
    "URI" => 0,
    "namespace::autoclean" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Digest::MD5" => 0,
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "HTTP::Response" => 0,
    "Path::Tiny" => 0,
    "Test2::Bundle::Extended" => 0,
    "Test2::Plugin::NoWarnings" => 0,
    "Test::LWP::UserAgent" => 0,
    "Test::More" => "1.302015",
    "URI::Escape" => 0,
    "lib" => 0
  },
  "VERSION" => "0.10",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Cpanel::JSON::XS" => 0,
  "DateTime::Format::RFC3339" => 0,
  "Digest::MD5" => 0,
  "Exporter" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Spec" => 0,
  "HTTP::Request" => 0,
  "HTTP::Response" => 0,
  "LWP::UserAgent" => 0,
  "Moo" => 0,
  "Moo::Role" => 0,
  "Params::ValidationCompiler" => 0,
  "Path::Tiny" => 0,
  "Scalar::Util" => 0,
  "Sub::Quote" => 0,
  "Test2::Bundle::Extended" => 0,
  "Test2::Plugin::NoWarnings" => 0,
  "Test::LWP::UserAgent" => 0,
  "Test::More" => "1.302015",
  "Type::Library" => 0,
  "Type::Utils" => 0,
  "Types::Common::Numeric" => 0,
  "Types::Common::String" => 0,
  "Types::Standard" => 0,
  "Types::URI" => 0,
  "URI" => 0,
  "URI::Escape" => 0,
  "lib" => 0,
  "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);