cpan-rest-client/Makefile.PL
2015-07-29 13:54:41 -07:00

12 lines
231 B
Perl

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