File: Makefile.PL

package info (click to toggle)
librest-client-perl 273-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 148 kB
  • ctags: 125
  • sloc: perl: 1,337; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
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();