release 0.63 v0.63
Dagfinn Ilmari Mannsåker [Mon, 5 May 2014 21:57:27 +0000 (22:57 +0100)]
Changes
lib/Catalyst/Helper/Model/DBIC/Schema.pm
lib/Catalyst/Model/DBIC/Schema.pm

diff --git a/Changes b/Changes
index 8ef538a..1dc2bea 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Catalyst::Model::DBIC::Schema
 
-0.63
+0.63  2014-05-05 22:56:43
         - Make MooseX::MarkAsMethods a hard prerequisite (RT#94923)
         - Fix t/08helper.t with Data::Dumper >= 2.151 (RT#94599)
 
index 33d5310..f0178d0 100644 (file)
@@ -4,7 +4,7 @@ use namespace::autoclean;
 use Moose;
 no warnings 'uninitialized';
 
-our $VERSION = '0.62';
+our $VERSION = '0.63';
 $VERSION = eval $VERSION;
 
 use Carp;
index 42259b0..bafab6e 100644 (file)
@@ -5,7 +5,7 @@ use mro 'c3';
 extends 'Catalyst::Model';
 with 'CatalystX::Component::Traits';
 
-our $VERSION = '0.62';
+our $VERSION = '0.63';
 $VERSION = eval $VERSION;
 
 use namespace::autoclean;