# This Makefile.PL for WWW-Shorten was generated by
# Dist::Zilla::Plugin::MakeMaker::Awesome 0.36.
# Don't edit it but the dist.ini and plugins used to construct it.

use strict;
use warnings;

use 5.008001;
use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Interface to URL shortening sites.",
  "AUTHOR" => "Iain Truskett <spoon\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "WWW-Shorten",
  "EXE_FILES" => [
    "bin/shorten"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.008001",
  "NAME" => "WWW::Shorten",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Getopt::Long" => "2.4",
    "LWP::UserAgent" => "5.835",
    "Try::Tiny" => "0.24",
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Test::More" => "0.88"
  },
  "VERSION" => "3.093",
  "test" => {
    "TESTS" => "t/*.t"
  }
);

my %FallbackPrereqs = (
  "Carp" => 0,
  "Getopt::Long" => "2.4",
  "LWP::UserAgent" => "5.835",
  "Test::More" => "0.88",
  "Try::Tiny" => "0.24",
  "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);