[Catalyst-commits] r6855 - in trunk/Catalyst-Plugin-Authentication-Store-DBIC: . lib/Catalyst/Plugin/Authentication/Store

bricas at dev.catalyst.perl.org bricas at dev.catalyst.perl.org
Thu Sep 6 17:00:47 GMT 2007


Author: bricas
Date: 2007-09-06 17:00:47 +0100 (Thu, 06 Sep 2007)
New Revision: 6855

Modified:
   trunk/Catalyst-Plugin-Authentication-Store-DBIC/Changes
   trunk/Catalyst-Plugin-Authentication-Store-DBIC/lib/Catalyst/Plugin/Authentication/Store/DBIC.pm
Log:
updated changes. bumped ver.

Modified: trunk/Catalyst-Plugin-Authentication-Store-DBIC/Changes
===================================================================
--- trunk/Catalyst-Plugin-Authentication-Store-DBIC/Changes	2007-09-06 15:53:47 UTC (rev 6854)
+++ trunk/Catalyst-Plugin-Authentication-Store-DBIC/Changes	2007-09-06 16:00:47 UTC (rev 6855)
@@ -1,8 +1,13 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication::Store::DBIC
 
+0.08 2007-09-06
     - Made $c->user->id return the first field of user_field, rather than whatever was passed in.
     - Lazy fetching of user_obj
     - Switch to Module::Install
+    - Skip 07auth-sessions.t unless Catalyst::Plugin::Session::State::Cookie
+      is installed (RT #28573)
+    - Skip 06auth-hashed.t unless Digest::SHA1 is installed (RT #29090)
+    - Added Class::Accessor::Fast to prereq (RT #22424)
 
 0.07 2006-06-30 01:08:47 
     - make the User class stringify to the user id

Modified: trunk/Catalyst-Plugin-Authentication-Store-DBIC/lib/Catalyst/Plugin/Authentication/Store/DBIC.pm
===================================================================
--- trunk/Catalyst-Plugin-Authentication-Store-DBIC/lib/Catalyst/Plugin/Authentication/Store/DBIC.pm	2007-09-06 15:53:47 UTC (rev 6854)
+++ trunk/Catalyst-Plugin-Authentication-Store-DBIC/lib/Catalyst/Plugin/Authentication/Store/DBIC.pm	2007-09-06 16:00:47 UTC (rev 6855)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 use Catalyst::Plugin::Authentication::Store::DBIC::Backend;
 




More information about the Catalyst-commits mailing list