release 0.57 v0.57
Rafael Kitover [Sat, 22 Oct 2011 16:02:34 +0000 (12:02 -0400)]
Changes
lib/Catalyst/Helper/Model/DBIC/Schema.pm
lib/Catalyst/Model/DBIC/Schema.pm

diff --git a/Changes b/Changes
index 0e16509..74ce30b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Model::DBIC::Schema
 
+0.57  2011-10-22 16:01:45
         - add POD for PerRequestSchema trait
 
 0.56  2011-10-22 15:34:59
index 881af27..0940d4f 100644 (file)
@@ -4,7 +4,7 @@ use namespace::autoclean;
 use Moose;
 no warnings 'uninitialized';
 
-our $VERSION = '0.56';
+our $VERSION = '0.57';
 $VERSION = eval $VERSION;
 
 use Carp;
index 4b829c4..1ff225e 100644 (file)
@@ -5,7 +5,7 @@ use mro 'c3';
 extends 'Catalyst::Model';
 with 'CatalystX::Component::Traits';
 
-our $VERSION = '0.56';
+our $VERSION = '0.57';
 $VERSION = eval $VERSION;
 
 use namespace::autoclean;