File: Makefile.PL

package info (click to toggle)
libio-all-lwp-perl 0.14-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 172 kB
  • sloc: perl: 948; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
use lib '.';
use inc::Module::Install;

name('IO-All-LWP');
author('Ivan Tubert-Brohman <itub@cpan.org>');
abstract('Use HTTP and FTP URLs with IO::All');
license('perl');
version_from('lib/IO/All/LWP.pm');

requires(qw(
    perl 5.8.0
    IO::All 0.30
    LWP 0
));
check_nmake();

&WriteAll();