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

use 5.006;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Thin wrapper around the Reddit OAuth API",
  "AUTHOR" => "Olaf Alders <olaf\@wundercounter.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "WebService-Reddit",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "WebService::Reddit",
  "PREREQ_PM" => {
    "JSON::MaybeXS" => 0,
    "LWP::Protocol::https" => "6.06",
    "Moo" => 0,
    "MooX::StrictConstructor" => 0,
    "Types::Standard" => 0,
    "Types::URI" => 0,
    "URI" => 0,
    "WWW::Mechanize" => 0
  },
  "TEST_REQUIRES" => {
    "Devel::Confess" => 0,
    "LWP::ConsoleLogger::Easy" => 0,
    "Path::Tiny" => 0,
    "Test2::Bundle::Extended" => 0,
    "Test2::Compare" => 0,
    "Test::RequiresInternet" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "VERSION" => "0.000002",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Devel::Confess" => 0,
  "JSON::MaybeXS" => 0,
  "LWP::ConsoleLogger::Easy" => 0,
  "LWP::Protocol::https" => "6.06",
  "Moo" => 0,
  "MooX::StrictConstructor" => 0,
  "Path::Tiny" => 0,
  "Test2::Bundle::Extended" => 0,
  "Test2::Compare" => 0,
  "Test::RequiresInternet" => 0,
  "Types::Standard" => 0,
  "Types::URI" => 0,
  "URI" => 0,
  "WWW::Mechanize" => 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);