diff options
Diffstat (limited to 'lib/DJabberd/Authen')
-rw-r--r-- | lib/DJabberd/Authen/LDAP.pm | 6 |
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 | ||
21 | Version 0.02 | 21 | Version 0.04 |
22 | =cut | 22 | =cut |
23 | 23 | ||
24 | our $VERSION = '0.02'; | 24 | our $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 | ||
180 | Original work Copyright 2006 Alexander Karelas, Martin Atkins, Brad Fitzpatrick and Aleksandar Milanov. All rights reserved. | 180 | Original work Copyright 2006 Alexander Karelas, Martin Atkins, Brad Fitzpatrick and Aleksandar Milanov. All rights reserved. |
181 | Copyright 2007 Edward Rudd. All rights reserved. | 181 | Copyright 2007-2010 Edward Rudd. All rights reserved. |
182 | 182 | ||
183 | This program is free software; you can redistribute it and/or modify it | 183 | This program is free software; you can redistribute it and/or modify it |
184 | under the same terms as Perl itself. | 184 | under the same terms as Perl itself. |