Added Net::LDAP to the distribution for easier installs.
This commit is contained in:
parent
f51b335d74
commit
223c014813
47 changed files with 15060 additions and 2 deletions
47
lib/Bundle/Net/LDAP.pm
Normal file
47
lib/Bundle/Net/LDAP.pm
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
|
||||
package Bundle::Net::LDAP;
|
||||
|
||||
$VERSION = '0.02';
|
||||
|
||||
1;
|
||||
|
||||
__END__
|
||||
|
||||
=head1 NAME
|
||||
|
||||
Bundle::Net::LDAP - A bundle for Net::LDAP
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
C<perl -MCPAN -e 'install Bundle::Net::LDAP'>
|
||||
|
||||
=head1 CONTENTS
|
||||
|
||||
Convert::ASN1
|
||||
|
||||
Digest::MD5
|
||||
|
||||
URI
|
||||
|
||||
URI::ldap
|
||||
|
||||
IO::Socket::SSL
|
||||
|
||||
XML::Parser
|
||||
|
||||
Net::LDAP
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
This bundle all modules that Net::LDAP depends on.
|
||||
|
||||
=head1 AUTHOR
|
||||
|
||||
Graham Barr
|
||||
|
||||
=for html <hr>
|
||||
|
||||
I<$Id$>
|
||||
|
||||
=cut
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue