cpan-rest-client/Makefile.PL
2015-08-04 08:52:40 -04:00

12 lines
240 B
Perl

use inc::Module::Install;
name 'REST-Client';
all_from 'lib/REST/Client.pm';
requires 'URI' => 0;
requires 'LWP::UserAgent' => 0;
requires 'LWP::Protocol::https' => '0';
test_requires 'Test::More' => '0.8';
WriteAll();