1use inc::Module::Install;
2
3name            'REST-Client';
4all_from        'lib/REST/Client.pm';
5
6requires 'URI' => 0;
7requires 'LWP::UserAgent' => 0;
8requires 'LWP::Protocol::https' => '0';
9test_requires 'Test::More' => '0.8';
10
11WriteAll();
12