[Catalyst-commits] r14013 - in Catalyst-Authentication-Store-DBIx-Class/trunk: . lib/Catalyst/Authentication/Store/DBIx lib/Catalyst/Authentication/Store/DBIx/Class

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Thu May 12 15:00:52 GMT 2011


Author: rafl
Date: 2011-05-12 15:00:52 +0000 (Thu, 12 May 2011)
New Revision: 14013

Modified:
   Catalyst-Authentication-Store-DBIx-Class/trunk/Changes
   Catalyst-Authentication-Store-DBIx-Class/trunk/lib/Catalyst/Authentication/Store/DBIx/Class.pm
   Catalyst-Authentication-Store-DBIx-Class/trunk/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm
Log:
Version 0.1500

Modified: Catalyst-Authentication-Store-DBIx-Class/trunk/Changes
===================================================================
--- Catalyst-Authentication-Store-DBIx-Class/trunk/Changes	2011-05-12 12:26:34 UTC (rev 14012)
+++ Catalyst-Authentication-Store-DBIx-Class/trunk/Changes	2011-05-12 15:00:52 UTC (rev 14013)
@@ -1,5 +1,9 @@
 Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
 
+0.1500  2010-11-16
+        * Allow specifying a fully loaded DBIC result in addition to resultsets
+          of which only the first row is considered.
+
 0.1401  2010-11-16
         * Fix call to ->load which was not passing $c
 

Modified: Catalyst-Authentication-Store-DBIx-Class/trunk/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm
===================================================================
--- Catalyst-Authentication-Store-DBIx-Class/trunk/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm	2011-05-12 12:26:34 UTC (rev 14012)
+++ Catalyst-Authentication-Store-DBIx-Class/trunk/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm	2011-05-12 15:00:52 UTC (rev 14013)
@@ -285,7 +285,7 @@
 
 =head1 VERSION
 
-This documentation refers to version 0.1401.
+This documentation refers to version 0.1500.
 
 =head1 SYNOPSIS
 

Modified: Catalyst-Authentication-Store-DBIx-Class/trunk/lib/Catalyst/Authentication/Store/DBIx/Class.pm
===================================================================
--- Catalyst-Authentication-Store-DBIx-Class/trunk/lib/Catalyst/Authentication/Store/DBIx/Class.pm	2011-05-12 12:26:34 UTC (rev 14012)
+++ Catalyst-Authentication-Store-DBIx-Class/trunk/lib/Catalyst/Authentication/Store/DBIx/Class.pm	2011-05-12 15:00:52 UTC (rev 14013)
@@ -4,7 +4,7 @@
 use warnings;
 use base qw/Class::Accessor::Fast/;
 
-our $VERSION= "0.1401";
+our $VERSION= "0.1500";
 
 
 BEGIN {
@@ -92,7 +92,7 @@
 
 =head1 VERSION
 
-This documentation refers to version 0.1401.
+This documentation refers to version 0.1500.
 
 =head1 SYNOPSIS
 




More information about the Catalyst-commits mailing list