From: Florian Ragwitz Date: Thu, 24 Mar 2011 14:11:42 +0000 (+0100) Subject: Version 1.33 X-Git-Tag: 1.33^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=e2c3c7e50d55efb99b5831ab216033325bc2ef8c;hp=9bece7938e29e7c125b1079b31e0a43b873442b9 Version 1.33 --- diff --git a/Changes b/Changes index 1a0405e..4779612 100644 --- 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/ diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index da33fb2..79cc461 100644 --- a/lib/Catalyst/Devel.pm +++ b/lib/Catalyst/Devel.pm @@ -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; diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index b7848b3..883aa9c 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -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;