File: Makefile.PL

package info (click to toggle)
libauthen-simple-ldap-perl 0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 188 kB
  • sloc: perl: 1,438; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
use strict;
use inc::Module::Install;

name           'Authen-Simple-LDAP';
all_from       'lib/Authen/Simple/LDAP.pm';
readme_from    'lib/Authen/Simple/LDAP.pm';
repository     'http://github.com/chansen/p5-authen-simple-ldap';

requires       'Authen::Simple' => '0';
requires       'Net::LDAP'      => '0';

tests 't/*.t t/*/*.t';

WriteAll;