File: Makefile.PL

package info (click to toggle)
libnet-sieve-perl 0.12-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 256 kB
  • sloc: perl: 2,652; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use inc::Module::Install;

name		'Net-Sieve';
all_from	'lib/Net/Sieve.pm';

requires 'Authen::SASL' => '2.11';
requires 'IO::Socket::INET6';
requires 'IO::Socket::SSL';
requires 'MIME::Base64';

auto_install;

tests('t/*.t');

WriteAll;