Version 0.1300 v0.1300
Florian Ragwitz [Wed, 16 Jun 2010 21:10:39 +0000 (21:10 +0000)]
Changes
lib/Catalyst/Authentication/Store/DBIx/Class.pm
lib/Catalyst/Authentication/Store/DBIx/Class/User.pm

diff --git a/Changes b/Changes
index ca02eed..990eef8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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.
index 6c1eb1f..a0e05ea 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use base qw/Class::Accessor::Fast/;
 
-our $VERSION= "0.1201";
+our $VERSION= "0.1300";
 
 
 BEGIN {
@@ -92,7 +92,7 @@ Catalyst::Authentication::Store::DBIx::Class - A storage class for Catalyst Auth
 
 =head1 VERSION
 
-This documentation refers to version 0.1201.
+This documentation refers to version 0.1300.
 
 =head1 SYNOPSIS
 
index 339b45a..3b05c19 100644 (file)
@@ -268,7 +268,7 @@ module.
 
 =head1 VERSION
 
-This documentation refers to version 0.1201.
+This documentation refers to version 0.1300.
 
 =head1 SYNOPSIS