Version 0.1506 0.1506
Dagfinn Ilmari Mannsåker [Wed, 2 Apr 2014 12:55:25 +0000 (13:55 +0100)]
Changes
lib/Catalyst/Authentication/Store/DBIx/Class.pm
lib/Catalyst/Authentication/Store/DBIx/Class/User.pm

diff --git a/Changes b/Changes
index 91363dc..53cdcff 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
 
+0.1506 2014-04-02
        * Fix doc bugs. RT#87372
        * Fix calling User->can() as a class method. RT#90715
        * Fix Catalyst tutorial link. RT#47043
index 96de8b7..f0b616d 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use base qw/Class::Accessor::Fast/;
 
-our $VERSION= "0.1505";
+our $VERSION= "0.1506";
 
 
 BEGIN {
@@ -92,7 +92,7 @@ Catalyst::Authentication::Store::DBIx::Class - A storage class for Catalyst Auth
 
 =head1 VERSION
 
-This documentation refers to version 0.1505.
+This documentation refers to version 0.1506.
 
 =head1 SYNOPSIS
 
index 62bb36f..ffe5eec 100644 (file)
@@ -308,7 +308,7 @@ module.
 
 =head1 VERSION
 
-This documentation refers to version 0.1505.
+This documentation refers to version 0.1506.
 
 =head1 SYNOPSIS