From: Rafael Kitover Date: Wed, 3 Aug 2011 03:45:48 +0000 (-0400) Subject: release 0.53 X-Git-Tag: v0.53^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Model-DBIC-Schema.git;a=commitdiff_plain;h=726daa55ab1a08d8faffa58a4350359d9a8126db release 0.53 --- diff --git a/Changes b/Changes index c0dc937..fe566fa 100644 --- 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 diff --git a/lib/Catalyst/Helper/Model/DBIC/Schema.pm b/lib/Catalyst/Helper/Model/DBIC/Schema.pm index f1a6ebe..2b9d8c2 100644 --- a/lib/Catalyst/Helper/Model/DBIC/Schema.pm +++ b/lib/Catalyst/Helper/Model/DBIC/Schema.pm @@ -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; diff --git a/lib/Catalyst/Model/DBIC/Schema.pm b/lib/Catalyst/Model/DBIC/Schema.pm index 526d938..f31c586 100644 --- a/lib/Catalyst/Model/DBIC/Schema.pm +++ b/lib/Catalyst/Model/DBIC/Schema.pm @@ -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;