release 0.61 v0.61
D. Ilmari Mannsåker [Wed, 19 Jun 2013 11:48:55 +0000 (12:48 +0100)]
Changes
lib/Catalyst/Helper/Model/DBIC/Schema.pm
lib/Catalyst/Model/DBIC/Schema.pm

diff --git a/Changes b/Changes
index 64fa24a..e3b338e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Model::DBIC::Schema
 
+0.61 2013-06-19 12:48:34
         - Fix test failure caused by hash randomisation in perl 5.17 (RT#82917)
 
 0.60  2012-06-12 16:27:00
index 8ba34a7..99fba19 100644 (file)
@@ -4,7 +4,7 @@ use namespace::autoclean;
 use Moose;
 no warnings 'uninitialized';
 
-our $VERSION = '0.60';
+our $VERSION = '0.61';
 $VERSION = eval $VERSION;
 
 use Carp;
index 4c88af6..62ab882 100644 (file)
@@ -5,7 +5,7 @@ use mro 'c3';
 extends 'Catalyst::Model';
 with 'CatalystX::Component::Traits';
 
-our $VERSION = '0.60';
+our $VERSION = '0.61';
 $VERSION = eval $VERSION;
 
 use namespace::autoclean;