Version 1.32 1.32
Tomas Doran [Tue, 22 Mar 2011 09:18:18 +0000 (09:18 +0000)]
Changes
lib/Catalyst/Devel.pm
lib/Catalyst/Helper.pm

diff --git a/Changes b/Changes
index 869c906..1a0405e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+1.32 2011-03-22 09:17:00
         - Fix RT#65907: missing build require: Test::Exception
         - Fix RT#57019: Fix bundling of File::Copy::Recursive in inc/
           by Module::Install::Catalyst
index d279447..da33fb2 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 # Change Catalyst::Helper also.
-our $VERSION             = '1.31';
+our $VERSION             = '1.32';
 our $CATALYST_SCRIPT_GEN = 40;
 
 $VERSION = eval $VERSION;
index 8aa91c6..b7848b3 100644 (file)
@@ -19,7 +19,7 @@ use namespace::autoclean;
 with 'MooseX::Emulate::Class::Accessor::Fast';
 
 # Change Catalyst/Devel.pm also
-our $VERSION = '1.31';
+our $VERSION = '1.32';
 
 my %cache;