version 0.1501 v0.1501
Andrew Rodland [Fri, 17 Jun 2011 16:12:09 +0000 (16:12 +0000)]
Changes
lib/Catalyst/Authentication/Store/DBIx/Class.pm
lib/Catalyst/Authentication/Store/DBIx/Class/User.pm

diff --git a/Changes b/Changes
index f5e81ac..3bd2b74 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
 
+0.1501  2011-06-17
         * If use_userdata_from_session isn't set, then don't store more
           fields than we need in the session -- only the fields we need to
           load the object from the DB again.
index b837a67..0e92d5e 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use base qw/Class::Accessor::Fast/;
 
-our $VERSION= "0.1500";
+our $VERSION= "0.1501";
 
 
 BEGIN {
@@ -92,7 +92,7 @@ Catalyst::Authentication::Store::DBIx::Class - A storage class for Catalyst Auth
 
 =head1 VERSION
 
-This documentation refers to version 0.1500.
+This documentation refers to version 0.1501.
 
 =head1 SYNOPSIS
 
index dddcdaa..c2d124a 100644 (file)
@@ -292,7 +292,7 @@ module.
 
 =head1 VERSION
 
-This documentation refers to version 0.1500.
+This documentation refers to version 0.1501.
 
 =head1 SYNOPSIS