release 0.59 v0.59
Rafael Kitover [Tue, 1 Nov 2011 11:21:48 +0000 (07:21 -0400)]
Changes
lib/Catalyst/Helper/Model/DBIC/Schema.pm
lib/Catalyst/Model/DBIC/Schema.pm

diff --git a/Changes b/Changes
index 5ee3dc0..aed5300 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Model::DBIC::Schema
 
+0.59  2011-11-01 11:20:46
         - update helper deps for new loader
 
 0.58  2011-10-25 19:19:43
index 7ab6ed9..73552b9 100644 (file)
@@ -4,7 +4,7 @@ use namespace::autoclean;
 use Moose;
 no warnings 'uninitialized';
 
-our $VERSION = '0.58';
+our $VERSION = '0.59';
 $VERSION = eval $VERSION;
 
 use Carp;
index 4d9b61d..822f443 100644 (file)
@@ -5,7 +5,7 @@ use mro 'c3';
 extends 'Catalyst::Model';
 with 'CatalystX::Component::Traits';
 
-our $VERSION = '0.58';
+our $VERSION = '0.59';
 $VERSION = eval $VERSION;
 
 use namespace::autoclean;