# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.015.
use strict;
use 5.010001;
my %WriteMakefileArgs = (
"ABSTRACT" => "POE-enabled OpenWeatherMap client",
"AUTHOR" => "Jon Portnoy <avenj\@cobaltirc.org>",
"BUILD_REQUIRES" => {},
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => "6.30"
},
"DISTNAME" => "POEx-Weather-OpenWeatherMap",
"EXE_FILES" => [],
"LICENSE" => "perl",
"NAME" => "POEx::Weather::OpenWeatherMap",
"PREREQ_PM" => {
"Carp" => 0,
"List::Objects::Types" => 1,
"Moo" => 1,
"MooX::Role::POE::Emitter" => 0,
"MooX::late" => "0.014",
"POE" => 1,
"POE::Component::Client::HTTP" => 0,
"Types::Standard" => 0,
"Weather::OpenWeatherMap" => "0.001002",
"strictures" => 1
},
"TEST_REQUIRES" => {
"Test::More" => "0.88"
},
"VERSION" => "0.001003",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Carp" => 0,
"List::Objects::Types" => 1,
"Moo" => 1,
"MooX::Role::POE::Emitter" => 0,
"MooX::late" => "0.014",
"POE" => 1,
"POE::Component::Client::HTTP" => 0,
"Test::More" => "0.88",
"Types::Standard" => 0,
"Weather::OpenWeatherMap" => "0.001002",
"strictures" => 1
);
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);