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

..03-May-2022-

lib/Net/LDAP/H01-Aug-2011-12232

t/H01-Aug-2011-7953

ChangesH A D01-Aug-2011373 1711

MANIFESTH A D01-Aug-201197 98

Makefile.PLH A D01-Aug-2011561 1816

READMEH A D01-Aug-2011890 4325

README

1Net-LDAP-LDAPhash
2
3Builds a hash out of the Net::LDAP search results.
4
5INSTALLATION
6
7To install this module, run the following commands:
8
9	perl Makefile.PL
10	make
11	make test
12	make install
13
14SUPPORT AND DOCUMENTATION
15
16After installing, you can find documentation for this module with the
17perldoc command.
18
19    perldoc Net::LDAP::LDAPhash
20
21You can also look for information at:
22
23    RT, CPAN's request tracker
24        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-LDAP-LDAPhash
25
26    AnnoCPAN, Annotated CPAN documentation
27        http://annocpan.org/dist/Net-LDAP-LDAPhash
28
29    CPAN Ratings
30        http://cpanratings.perl.org/d/Net-LDAP-LDAPhash
31
32    Search CPAN
33        http://search.cpan.org/dist/Net-LDAP-LDAPhash
34
35
36COPYRIGHT AND LICENCE
37
38Copyright (C) 2011 Zane C. Bowers-Hadley
39
40This program is free software; you can redistribute it and/or modify it
41under the same terms as Perl itself.
42
43