File: LDAP.pm

package info (click to toggle)
libcatmandu-ldap-perl 0.0105-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 107; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 652 bytes parent folder | download
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
package Catmandu::LDAP;

=head1 NAME

Catmandu::LDAP - Catmandu modules for working with LDAP directories

=head1 VERSION

Version 0.0103

=cut

our $VERSION = '0.0105';

=head1 MODULES

=over

=item * L<Catmandu::Importer::LDAP>

=back

=head1 AUTHOR

Nicolas Steenlant, C<< <nicolas.steenlant at ugent.be> >>

=head1 LICENSE AND COPYRIGHT

Copyright 2012 Ghent University Library

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

=cut

1;