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 ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Talk to a Mastodon server",
  "AUTHOR" => "Jos\x{e9} Joaqu\x{ed}n Atria <jjatria\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Mastodon-Client",
  "LICENSE" => "perl",
  "NAME" => "Mastodon::Client",
  "PREREQ_PM" => {
    "AnyEvent::Emitter" => "0.02",
    "DateTime" => "1.42",
    "LWP::UserAgent" => "6.25",
    "List::Util" => "1.47",
    "Log::Any" => "1.049",
    "Moo" => "2.003002",
    "Try::Tiny" => "0.28",
    "Type::Params" => "1.000006",
    "Types::Common::String" => "1.000006",
    "Types::Path::Tiny" => "0.005",
    "Types::Standard" => "1.000006",
    "URI" => "1.71"
  },
  "TEST_REQUIRES" => {
    "Plack" => "1.0043",
    "Test::Exception" => "0.043",
    "Test::More" => "1.302078",
    "Test::TCP" => "2.17",
    "Test::Warnings" => "0.026"
  },
  "VERSION" => "0.006",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "AnyEvent::Emitter" => "0.02",
  "DateTime" => "1.42",
  "LWP::UserAgent" => "6.25",
  "List::Util" => "1.47",
  "Log::Any" => "1.049",
  "Moo" => "2.003002",
  "Plack" => "1.0043",
  "Test::Exception" => "0.043",
  "Test::More" => "1.302078",
  "Test::TCP" => "2.17",
  "Test::Warnings" => "0.026",
  "Try::Tiny" => "0.28",
  "Type::Params" => "1.000006",
  "Types::Common::String" => "1.000006",
  "Types::Path::Tiny" => "0.005",
  "Types::Standard" => "1.000006",
  "URI" => "1.71"
);


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