From: Rafael Kitover Date: Tue, 12 Jun 2012 16:28:30 +0000 (-0400) Subject: release 0.60 X-Git-Tag: v0.60^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Model-DBIC-Schema.git;a=commitdiff_plain;h=refs%2Ftags%2Fv0.60 release 0.60 --- diff --git a/Changes b/Changes index 9ccf8ba..49357bf 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Perl extension Catalyst::Model::DBIC::Schema +0.60 2012-06-12 16:27:00 - Add per_request_schema hook to PerRequestSchema trait and docs - Additional paranoia in types as it's possible for loading code to clobber $_ diff --git a/lib/Catalyst/Helper/Model/DBIC/Schema.pm b/lib/Catalyst/Helper/Model/DBIC/Schema.pm index 73552b9..0ec2074 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.59'; +our $VERSION = '0.60'; $VERSION = eval $VERSION; use Carp; diff --git a/lib/Catalyst/Model/DBIC/Schema.pm b/lib/Catalyst/Model/DBIC/Schema.pm index a1f229e..4c88af6 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.59'; +our $VERSION = '0.60'; $VERSION = eval $VERSION; use namespace::autoclean;