[Catalyst-commits] r8432 - trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx

jayk at dev.catalyst.perl.org jayk at dev.catalyst.perl.org
Wed Sep 17 22:03:04 BST 2008


Author: jayk
Date: 2008-09-17 22:03:04 +0100 (Wed, 17 Sep 2008)
New Revision: 8432

Modified:
   trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx/Class.pm
Log:
shortest lived. release. ever.


Modified: trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx/Class.pm
===================================================================
--- trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx/Class.pm	2008-09-17 21:00:08 UTC (rev 8431)
+++ trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx/Class.pm	2008-09-17 21:03:04 UTC (rev 8432)
@@ -4,7 +4,7 @@
 use warnings;
 use base qw/Class::Accessor::Fast/;
 
-our $VERSION= "0.105";
+our $VERSION= "0.106";
 
 
 BEGIN {




More information about the Catalyst-commits mailing list