1
2package Bundle::Net::LDAP;
3
4$VERSION = '0.02';
5
61;
7
8__END__
9
10=head1 NAME
11
12Bundle::Net::LDAP - A bundle for Net::LDAP
13
14=head1 SYNOPSIS
15
16C<perl -MCPAN -e 'install Bundle::Net::LDAP'>
17
18=head1 CONTENTS
19
20Convert::ASN1
21
22Digest::MD5
23
24URI
25
26URI::ldap
27
28IO::Socket::SSL
29
30XML::Parser
31
32Net::LDAP
33
34=head1 DESCRIPTION
35
36This bundle all modules that Net::LDAP depends on.
37
38=head1 AUTHOR
39
40Graham Barr
41
42=cut
43
44