• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Net/LDAP/Server/H10-Dec-2016-1,126676

t/H10-Dec-2016-682499

ChangesH A D10-Dec-20163.1 KiB9974

MANIFESTH A D10-Dec-2016391 1918

META.jsonH A D10-Dec-20161.5 KiB6261

META.ymlH A D10-Dec-2016942 3635

Makefile.PLH A D01-Jul-20161.5 KiB5145

READMEH A D28-Jan-20121,019 4426

README

1Net-LDAP-Server-Test
2
3
4INSTALLATION
5
6To install this module, run the following commands:
7
8    perl Makefile.PL
9    make
10    make test
11    make install
12
13NOTE that if your system has iptables or other firewall set,
14that port 10636 may be inaccessible to the tests and they
15will fail.
16
17
18SUPPORT AND DOCUMENTATION
19
20After installing, you can find documentation for this module with the perldoc command.
21
22    perldoc Net::LDAP::Server::Test
23
24You can also look for information at:
25
26    Search CPAN
27        http://search.cpan.org/dist/Net-LDAP-Server-Test
28
29    CPAN Request Tracker:
30        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-LDAP-Server-Test
31
32    AnnoCPAN, annotated CPAN documentation:
33        http://annocpan.org/dist/Net-LDAP-Server-Test
34
35    CPAN Ratings:
36        http://cpanratings.perl.org/d/Net-LDAP-Server-Test
37
38COPYRIGHT AND LICENCE
39
40Copyright (C) 2007 the Regents of the University of Minnesota.
41
42This program is free software; you can redistribute it and/or modify it
43under the same terms as Perl itself.
44