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

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "An OO Class module built atop L<JIRA::REST|JIRA::REST> for dealing with JIRA issues and their data as objects.",
  "AUTHOR" => "Packy Anderson <packy\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "JIRA-REST-Class",
  "LICENSE" => "artistic_2",
  "MIN_PERL_VERSION" => "5.010",
  "NAME" => "JIRA::REST::Class",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Class::Accessor::Fast" => 0,
    "Class::Factory::Enhanced" => 0,
    "Clone::Any" => 0,
    "Contextual::Return" => 0,
    "Data::Dumper::Concise" => 0,
    "DateTime::Format::Strptime" => 0,
    "Exporter" => 0,
    "JIRA::REST" => 0,
    "MIME::Base64" => 0,
    "Readonly" => "2.04",
    "Scalar::Util" => 0,
    "Sub::Name" => 0,
    "Try::Tiny" => 0,
    "parent" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Basename" => 0,
    "File::Slurp" => 0,
    "File::Spec" => 0,
    "File::Spec::Functions" => 0,
    "Getopt::Long" => 0,
    "HTTP::Server::Simple" => "0.51",
    "HTTP::Server::Simple::CGI" => 0,
    "IO::Socket::INET" => 0,
    "JSON" => 0,
    "JSON::PP" => 0,
    "Module::Load" => 0,
    "REST::Client" => 0,
    "Test::Deep" => 0,
    "Test::Exception" => 0,
    "Test::More" => 0
  },
  "VERSION" => "0.11",
  "test" => {
    "TESTS" => "t/*.t t/inline-tests/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Class::Accessor::Fast" => 0,
  "Class::Factory::Enhanced" => 0,
  "Clone::Any" => 0,
  "Contextual::Return" => 0,
  "Data::Dumper::Concise" => 0,
  "DateTime::Format::Strptime" => 0,
  "Exporter" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Basename" => 0,
  "File::Slurp" => 0,
  "File::Spec" => 0,
  "File::Spec::Functions" => 0,
  "Getopt::Long" => 0,
  "HTTP::Server::Simple" => "0.51",
  "HTTP::Server::Simple::CGI" => 0,
  "IO::Socket::INET" => 0,
  "JIRA::REST" => 0,
  "JSON" => 0,
  "JSON::PP" => 0,
  "MIME::Base64" => 0,
  "Module::Load" => 0,
  "REST::Client" => 0,
  "Readonly" => "2.04",
  "Scalar::Util" => 0,
  "Sub::Name" => 0,
  "Test::Deep" => 0,
  "Test::Exception" => 0,
  "Test::More" => 0,
  "Try::Tiny" => 0,
  "parent" => 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);