summaryrefslogtreecommitdiffstatsabout
path: root/lib/DJabberd
diff options
context:
space:
mode:
Diffstat (limited to 'lib/DJabberd')
-rw-r--r--lib/DJabberd/Authen/LDAP.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/DJabberd/Authen/LDAP.pm b/lib/DJabberd/Authen/LDAP.pm
index 6f7233d..7109821 100644
--- a/lib/DJabberd/Authen/LDAP.pm
+++ b/lib/DJabberd/Authen/LDAP.pm
@@ -18,10 +18,10 @@ DJabberd::Authen::LDAP - An LDAP authentication module for DJabberd
18 18
19=head1 VERSION 19=head1 VERSION
20 20
21Version 0.02 21Version 0.04
22=cut 22=cut
23 23
24our $VERSION = '0.02'; 24our $VERSION = '0.04';
25 25
26=head1 SYNOPSIS 26=head1 SYNOPSIS
27 27
@@ -178,7 +178,7 @@ sub check_cleartext {
178=head1 COPYRIGHT & LICENSE 178=head1 COPYRIGHT & LICENSE
179 179
180Original work Copyright 2006 Alexander Karelas, Martin Atkins, Brad Fitzpatrick and Aleksandar Milanov. All rights reserved. 180Original work Copyright 2006 Alexander Karelas, Martin Atkins, Brad Fitzpatrick and Aleksandar Milanov. All rights reserved.
181Copyright 2007 Edward Rudd. All rights reserved. 181Copyright 2007-2010 Edward Rudd. All rights reserved.
182 182
183This program is free software; you can redistribute it and/or modify it 183This program is free software; you can redistribute it and/or modify it
184under the same terms as Perl itself. 184under the same terms as Perl itself.