[Catalyst-commits] r13396 - in Catalyst-Authentication-Store-LDAP/trunk: . lib/Catalyst/Authentication/Store lib/Catalyst/Authentication/Store/LDAP

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Tue Jul 6 20:32:35 GMT 2010


Author: t0m
Date: 2010-07-06 21:32:34 +0100 (Tue, 06 Jul 2010)
New Revision: 13396

Modified:
   Catalyst-Authentication-Store-LDAP/trunk/Changes
   Catalyst-Authentication-Store-LDAP/trunk/lib/Catalyst/Authentication/Store/LDAP.pm
   Catalyst-Authentication-Store-LDAP/trunk/lib/Catalyst/Authentication/Store/LDAP/Backend.pm
   Catalyst-Authentication-Store-LDAP/trunk/lib/Catalyst/Authentication/Store/LDAP/User.pm
Log:
Version 1.010

Modified: Catalyst-Authentication-Store-LDAP/trunk/Changes
===================================================================
--- Catalyst-Authentication-Store-LDAP/trunk/Changes	2010-07-06 20:32:05 UTC (rev 13395)
+++ Catalyst-Authentication-Store-LDAP/trunk/Changes	2010-07-06 20:32:34 UTC (rev 13396)
@@ -1,5 +1,5 @@
-has_attribute has a special case for 'dn' using the underlying ldap_entry
 
+1.010  6 July 201
   - Make AUTOLOAD method work for ->dn by generically calling has_attribute
     which has a special case for it.
   - Unify the handling of the ->username method between AUTOLOAD and

Modified: Catalyst-Authentication-Store-LDAP/trunk/lib/Catalyst/Authentication/Store/LDAP/Backend.pm
===================================================================
--- Catalyst-Authentication-Store-LDAP/trunk/lib/Catalyst/Authentication/Store/LDAP/Backend.pm	2010-07-06 20:32:05 UTC (rev 13395)
+++ Catalyst-Authentication-Store-LDAP/trunk/lib/Catalyst/Authentication/Store/LDAP/Backend.pm	2010-07-06 20:32:34 UTC (rev 13396)
@@ -72,7 +72,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.009';
+our $VERSION = '1.010';
 
 use Catalyst::Authentication::Store::LDAP::User;
 use Net::LDAP;

Modified: Catalyst-Authentication-Store-LDAP/trunk/lib/Catalyst/Authentication/Store/LDAP/User.pm
===================================================================
--- Catalyst-Authentication-Store-LDAP/trunk/lib/Catalyst/Authentication/Store/LDAP/User.pm	2010-07-06 20:32:05 UTC (rev 13395)
+++ Catalyst-Authentication-Store-LDAP/trunk/lib/Catalyst/Authentication/Store/LDAP/User.pm	2010-07-06 20:32:34 UTC (rev 13396)
@@ -50,7 +50,7 @@
 use warnings;
 use Scalar::Util qw/refaddr/;
 
-our $VERSION = '1.009';
+our $VERSION = '1.010';
 
 BEGIN { __PACKAGE__->mk_accessors(qw/user store/) }
 

Modified: Catalyst-Authentication-Store-LDAP/trunk/lib/Catalyst/Authentication/Store/LDAP.pm
===================================================================
--- Catalyst-Authentication-Store-LDAP/trunk/lib/Catalyst/Authentication/Store/LDAP.pm	2010-07-06 20:32:05 UTC (rev 13395)
+++ Catalyst-Authentication-Store-LDAP/trunk/lib/Catalyst/Authentication/Store/LDAP.pm	2010-07-06 20:32:34 UTC (rev 13396)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.009';
+our $VERSION = '1.010';
 
 use Catalyst::Authentication::Store::LDAP::Backend;
 




More information about the Catalyst-commits mailing list