Version 0.1400 v0.1400
Tomas Doran [Wed, 1 Sep 2010 21:47:37 +0000 (21:47 +0000)]
Changes
lib/Catalyst/Authentication/Store/DBIx/Class.pm
lib/Catalyst/Authentication/Store/DBIx/Class/User.pm

diff --git a/Changes b/Changes
index 2cdbbb2..0e6bee6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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
index a0e05ea..68e6d73 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use base qw/Class::Accessor::Fast/;
 
-our $VERSION= "0.1300";
+our $VERSION= "0.1400";
 
 
 BEGIN {
@@ -92,7 +92,7 @@ Catalyst::Authentication::Store::DBIx::Class - A storage class for Catalyst Auth
 
 =head1 VERSION
 
-This documentation refers to version 0.1300.
+This documentation refers to version 0.1400.
 
 =head1 SYNOPSIS
 
index 8ea1e62..b0bd033 100644 (file)
@@ -283,7 +283,7 @@ module.
 
 =head1 VERSION
 
-This documentation refers to version 0.1300.
+This documentation refers to version 0.1400.
 
 =head1 SYNOPSIS