release 0.53 v0.53
Rafael Kitover [Wed, 3 Aug 2011 03:45:48 +0000 (23:45 -0400)]
Changes
lib/Catalyst/Helper/Model/DBIC/Schema.pm
lib/Catalyst/Model/DBIC/Schema.pm

diff --git a/Changes b/Changes
index c0dc937..fe566fa 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Model::DBIC::Schema
 
+0.53  Wed Aug  3 03:45:07 UTC 2011
         - check loader args after connect_info against loader methods and remove
           them from connect_info
 
index f1a6ebe..2b9d8c2 100644 (file)
@@ -4,7 +4,7 @@ use namespace::autoclean;
 use Moose;
 no warnings 'uninitialized';
 
-our $VERSION = '0.52';
+our $VERSION = '0.53';
 $VERSION = eval $VERSION;
 
 use Carp;
index 526d938..f31c586 100644 (file)
@@ -5,7 +5,7 @@ use mro 'c3';
 extends 'Catalyst::Model';
 with 'CatalystX::Component::Traits';
 
-our $VERSION = '0.52';
+our $VERSION = '0.53';
 $VERSION = eval $VERSION;
 
 use namespace::autoclean;