make dist v0.1201
Rafael Kitover [Fri, 11 Jun 2010 00:14:05 +0000 (00:14 +0000)]
Changes
Makefile.PL
lib/Catalyst/Authentication/Store/DBIx/Class.pm
lib/Catalyst/Authentication/Store/DBIx/Class/User.pm

diff --git a/Changes b/Changes
index ca02eed..30537ea 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
 
+0.1201  2010-06-11
         Support columns with accessors that aren't the column name.
 
 0.1200  2010-04-10
index 50fde2a..b271880 100644 (file)
@@ -3,6 +3,7 @@ use inc::Module::Install 0.91;
 if( -e 'MANIFEST.SKIP' ) {
     system( 'pod2text lib/Catalyst/Authentication/Store/DBIx/Class.pm > README' );
 }
+realclean_files 'README';
 
 ## I'd love to use can_use - but I can't seem to test for success. :-/
 eval { require Catalyst::Plugin::Authentication::Store::DBIx::Class or die 'footy'; };
index de8a4af..793079f 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use base qw/Class::Accessor::Fast/;
 
-our $VERSION= "0.1200";
+our $VERSION= "0.1201";
 
 
 BEGIN {
@@ -92,7 +92,7 @@ Catalyst::Authentication::Store::DBIx::Class - A storage class for Catalyst Auth
 
 =head1 VERSION
 
-This documentation refers to version 0.1200.
+This documentation refers to version 0.1201.
 
 =head1 SYNOPSIS
 
index 279f510..339b45a 100644 (file)
@@ -268,7 +268,7 @@ module.
 
 =head1 VERSION
 
-This documentation refers to version 0.1200.
+This documentation refers to version 0.1201.
 
 =head1 SYNOPSIS