[Catalyst-commits] r13361 - 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
Wed Jun 16 21:10:39 GMT 2010


Author: rafl
Date: 2010-06-16 22:10:39 +0100 (Wed, 16 Jun 2010)
New Revision: 13361

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

Modified: Catalyst-Authentication-Store-DBIx-Class/trunk/Changes
===================================================================
--- Catalyst-Authentication-Store-DBIx-Class/trunk/Changes	2010-06-16 21:10:33 UTC (rev 13360)
+++ Catalyst-Authentication-Store-DBIx-Class/trunk/Changes	2010-06-16 21:10:39 UTC (rev 13361)
@@ -1,6 +1,11 @@
 Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
 
-        Support columns with accessors that aren't the column name.
+0.1300  2010-06-16
+        * Support columns with accessors that aren't the column name.
+        * Fix some documentation typos.
+        * Stop failing horribly when running the tests in parallel.
+        * Default to not running pod tests for users, even if the
+          required modules for that are available.
 
 0.1200  2010-04-10
         Release 0.1100 as a stable version without further modifications.

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-06-16 21:10:33 UTC (rev 13360)
+++ Catalyst-Authentication-Store-DBIx-Class/trunk/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm	2010-06-16 21:10:39 UTC (rev 13361)
@@ -268,7 +268,7 @@
 
 =head1 VERSION
 
-This documentation refers to version 0.1201.
+This documentation refers to version 0.1300.
 
 =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-06-16 21:10:33 UTC (rev 13360)
+++ Catalyst-Authentication-Store-DBIx-Class/trunk/lib/Catalyst/Authentication/Store/DBIx/Class.pm	2010-06-16 21:10:39 UTC (rev 13361)
@@ -4,7 +4,7 @@
 use warnings;
 use base qw/Class::Accessor::Fast/;
 
-our $VERSION= "0.1201";
+our $VERSION= "0.1300";
 
 
 BEGIN {
@@ -92,7 +92,7 @@
 
 =head1 VERSION
 
-This documentation refers to version 0.1201.
+This documentation refers to version 0.1300.
 
 =head1 SYNOPSIS
 




More information about the Catalyst-commits mailing list