release 0.58 v0.58
Rafael Kitover [Tue, 25 Oct 2011 19:20:04 +0000 (15:20 -0400)]
Changes
lib/Catalyst/Helper/Model/DBIC/Schema.pm
lib/Catalyst/Model/DBIC/Schema.pm

diff --git a/Changes b/Changes
index b28f332..0d5be1e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Model::DBIC::Schema
 
+0.58  2011-10-25 19:19:43
         - remove ->make_immutable from the PerRequestSchema trait
 
 0.57  2011-10-22 16:01:45
index 0940d4f..7ab6ed9 100644 (file)
@@ -4,7 +4,7 @@ use namespace::autoclean;
 use Moose;
 no warnings 'uninitialized';
 
-our $VERSION = '0.57';
+our $VERSION = '0.58';
 $VERSION = eval $VERSION;
 
 use Carp;
index 1ff225e..4d9b61d 100644 (file)
@@ -5,7 +5,7 @@ use mro 'c3';
 extends 'Catalyst::Model';
 with 'CatalystX::Component::Traits';
 
-our $VERSION = '0.57';
+our $VERSION = '0.58';
 $VERSION = eval $VERSION;
 
 use namespace::autoclean;