File: LDAP.pm

package info (click to toggle)
libnet-ldap-perl 1%3A0.6500%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,660 kB
  • ctags: 731
  • sloc: perl: 15,059; sh: 76; makefile: 5
file content (43 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43

package Bundle::Net::LDAP;

our $VERSION = '0.03';

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

=cut