/usr/local/CPAN/WWW-Shorten-PunyURL/Makefile.PL


use inc::Module::Install;

name     'WWW-Shorten-PunyURL';
all_from 'lib/WWW/Shorten/PunyURL.pm';
author   'Pedro Figueiredo <me@pedrofigueiredo.org>';
license  'perl';

build_requires  'Test::More';
build_requires  'XML::LibXML::XPathContext';

requires        'WWW::Shorten';

requires        'URI::Escape';
requires        'Regexp::Common';

requires        'LWP::UserAgent';
requires        'XML::LibXML';
requires        'XML::LibXML::XPathContext';

requires        'Mouse';
requires        'Mouse::Util::TypeConstraints';

auto_install;

WriteAll;