Update ignore props v1.007
Tomas Doran [Fri, 19 Mar 2010 10:05:30 +0000 (10:05 +0000)]
Changes
lib/Catalyst/Authentication/Store/LDAP.pm
lib/Catalyst/Authentication/Store/LDAP/Backend.pm
lib/Catalyst/Authentication/Store/LDAP/User.pm

diff --git a/Changes b/Changes
index 8a826d2..d8aa7d9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.1007  19 Mar 2010
    - Store the user password for the ldap_connection method in an inside
      out hash rather than a closure so that the user object can be serialized
      with Storable as people are putting them in the session (RT#53279)
index b616d32..b6c5517 100644 (file)
@@ -3,7 +3,7 @@ package Catalyst::Authentication::Store::LDAP;
 use strict;
 use warnings;
 
-our $VERSION = '1.006';
+our $VERSION = '1.007';
 
 use Catalyst::Authentication::Store::LDAP::Backend;
 
index b3df731..9c97753 100644 (file)
@@ -72,7 +72,7 @@ use base qw( Class::Accessor::Fast );
 use strict;
 use warnings;
 
-our $VERSION = '1.006';
+our $VERSION = '1.007';
 
 use Catalyst::Authentication::Store::LDAP::User;
 use Net::LDAP;
index 636728e..da6b885 100644 (file)
@@ -50,7 +50,7 @@ use strict;
 use warnings;
 use Scalar::Util qw/refaddr/;
 
-our $VERSION = '1.006';
+our $VERSION = '1.007';
 
 BEGIN { __PACKAGE__->mk_accessors(qw/user store/) }