The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use inc::Module::Install;

name     'WWW-Wunderground-API';
all_from 'lib/WWW/Wunderground/API.pm';
author   q{John Lifsey <nebulous@crashed.net>};
license  'perl';

build_requires 'Test::More';

requires 'Any::Moose'=>'0.14';
requires 'LWP::Simple';
requires 'XML::Simple';
requires 'JSON::Any';
requires 'Hash::AsObject';

auto_install;

WriteAll;