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

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Wed Sep 1 21:47:37 GMT 2010


Author: t0m
Date: 2010-09-01 22:47:37 +0100 (Wed, 01 Sep 2010)
New Revision: 13577

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

Modified: Catalyst-Authentication-Store-DBIx-Class/trunk/Changes
===================================================================
--- Catalyst-Authentication-Store-DBIx-Class/trunk/Changes	2010-09-01 21:35:03 UTC (rev 13576)
+++ Catalyst-Authentication-Store-DBIx-Class/trunk/Changes	2010-09-01 21:47:37 UTC (rev 13577)
@@ -1,5 +1,6 @@
 Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
 
+0.1400  2010-09-01
         * Make can() work as well as AUTOLOADing.
 
 0.1300  2010-06-16

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-09-01 21:35:03 UTC (rev 13576)
+++ Catalyst-Authentication-Store-DBIx-Class/trunk/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm	2010-09-01 21:47:37 UTC (rev 13577)
@@ -283,7 +283,7 @@
 
 =head1 VERSION
 
-This documentation refers to version 0.1300.
+This documentation refers to version 0.1400.
 
 =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-09-01 21:35:03 UTC (rev 13576)
+++ Catalyst-Authentication-Store-DBIx-Class/trunk/lib/Catalyst/Authentication/Store/DBIx/Class.pm	2010-09-01 21:47:37 UTC (rev 13577)
@@ -4,7 +4,7 @@
 use warnings;
 use base qw/Class::Accessor::Fast/;
 
-our $VERSION= "0.1300";
+our $VERSION= "0.1400";
 
 
 BEGIN {
@@ -92,7 +92,7 @@
 
 =head1 VERSION
 
-This documentation refers to version 0.1300.
+This documentation refers to version 0.1400.
 
 =head1 SYNOPSIS
 




More information about the Catalyst-commits mailing list