[Catalyst-commits] r13100 - 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
Mon Mar 29 15:46:44 GMT 2010


Author: rafl
Date: 2010-03-29 16:46:44 +0100 (Mon, 29 Mar 2010)
New Revision: 13100

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.1100.

Modified: Catalyst-Authentication-Store-DBIx-Class/trunk/Changes
===================================================================
--- Catalyst-Authentication-Store-DBIx-Class/trunk/Changes	2010-03-29 15:46:33 UTC (rev 13099)
+++ Catalyst-Authentication-Store-DBIx-Class/trunk/Changes	2010-03-29 15:46:44 UTC (rev 13100)
@@ -1,5 +1,8 @@
 Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
 
+0.1100  2010-03-29 - development release
+        Support compound primary keys for looking up users.
+
 0.1083  2010-03-03
         Tweaking exception message to better explain what people did wrong when
             they pass bad columns to authenticate.

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	2010-03-29 15:46:33 UTC (rev 13099)
+++ Catalyst-Authentication-Store-DBIx-Class/trunk/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm	2010-03-29 15:46:44 UTC (rev 13100)
@@ -250,7 +250,7 @@
 
 =head1 VERSION
 
-This documentation refers to version 0.10.
+This documentation refers to version 0.1100.
 
 =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	2010-03-29 15:46:33 UTC (rev 13099)
+++ Catalyst-Authentication-Store-DBIx-Class/trunk/lib/Catalyst/Authentication/Store/DBIx/Class.pm	2010-03-29 15:46:44 UTC (rev 13100)
@@ -4,7 +4,7 @@
 use warnings;
 use base qw/Class::Accessor::Fast/;
 
-our $VERSION= "0.1083";
+our $VERSION= "0.1100";
 
 
 BEGIN {
@@ -92,7 +92,7 @@
 
 =head1 VERSION
 
-This documentation refers to version 0.108.
+This documentation refers to version 0.1100.
 
 =head1 SYNOPSIS
 




More information about the Catalyst-commits mailing list