[Catalyst-commits] r13338 - in
Catalyst-Authentication-Store-DBIx-Class/trunk: .
lib/Catalyst/Authentication/Store/DBIx
lib/Catalyst/Authentication/Store/DBIx/Class
caelum at dev.catalyst.perl.org
caelum at dev.catalyst.perl.org
Fri Jun 11 00:14:05 GMT 2010
Author: caelum
Date: 2010-06-11 01:14:05 +0100 (Fri, 11 Jun 2010)
New Revision: 13338
Modified:
Catalyst-Authentication-Store-DBIx-Class/trunk/Changes
Catalyst-Authentication-Store-DBIx-Class/trunk/Makefile.PL
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:
make dist
Modified: Catalyst-Authentication-Store-DBIx-Class/trunk/Changes
===================================================================
--- Catalyst-Authentication-Store-DBIx-Class/trunk/Changes 2010-06-11 00:10:03 UTC (rev 13337)
+++ Catalyst-Authentication-Store-DBIx-Class/trunk/Changes 2010-06-11 00:14:05 UTC (rev 13338)
@@ -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
Modified: Catalyst-Authentication-Store-DBIx-Class/trunk/Makefile.PL
===================================================================
--- Catalyst-Authentication-Store-DBIx-Class/trunk/Makefile.PL 2010-06-11 00:10:03 UTC (rev 13337)
+++ Catalyst-Authentication-Store-DBIx-Class/trunk/Makefile.PL 2010-06-11 00:14:05 UTC (rev 13338)
@@ -3,6 +3,7 @@
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'; };
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-11 00:10:03 UTC (rev 13337)
+++ Catalyst-Authentication-Store-DBIx-Class/trunk/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm 2010-06-11 00:14:05 UTC (rev 13338)
@@ -268,7 +268,7 @@
=head1 VERSION
-This documentation refers to version 0.1200.
+This documentation refers to version 0.1201.
=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-11 00:10:03 UTC (rev 13337)
+++ Catalyst-Authentication-Store-DBIx-Class/trunk/lib/Catalyst/Authentication/Store/DBIx/Class.pm 2010-06-11 00:14:05 UTC (rev 13338)
@@ -4,7 +4,7 @@
use warnings;
use base qw/Class::Accessor::Fast/;
-our $VERSION= "0.1200";
+our $VERSION= "0.1201";
BEGIN {
@@ -92,7 +92,7 @@
=head1 VERSION
-This documentation refers to version 0.1200.
+This documentation refers to version 0.1201.
=head1 SYNOPSIS
More information about the Catalyst-commits
mailing list