Version 1.33 1.33
Florian Ragwitz [Thu, 24 Mar 2011 14:11:42 +0000 (15:11 +0100)]
Changes
lib/Catalyst/Devel.pm
lib/Catalyst/Helper.pm

diff --git a/Changes b/Changes
index 1a0405e..4779612 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+1.33 2011-03-24 15:10:00
+        - Fix a regression introduced in 1.32 that caused Catalyst::Restarter
+          to not work at all.
+
 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/
index da33fb2..79cc461 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 # Change Catalyst::Helper also.
-our $VERSION             = '1.32';
+our $VERSION             = '1.33';
 our $CATALYST_SCRIPT_GEN = 40;
 
 $VERSION = eval $VERSION;
index b7848b3..883aa9c 100644 (file)
@@ -19,7 +19,7 @@ use namespace::autoclean;
 with 'MooseX::Emulate::Class::Accessor::Fast';
 
 # Change Catalyst/Devel.pm also
-our $VERSION = '1.32';
+our $VERSION = '1.33';
 
 my %cache;