From: John Napiorkowski Date: Mon, 5 May 2014 14:30:11 +0000 (-0500) Subject: up version and uodate changelog for release X-Git-Tag: 5.90064^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=13adef053b8aa0db602b8e783c69b4227cc584f4 up version and uodate changelog for release --- diff --git a/Changes b/Changes index b5a8105..3a1a4c6 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,10 @@ # This file documents the revision history for Perl extension Catalyst. -5.90063 - 2013-05-01 +5.90064 - 2014-05-05 + - Fix for mindless broken tests on Win32 (Haarg++). + - Happy Cinco de Mayo! + +5.90063 - 2014-05-01 - 'end' and other special actions won't catch HTTP style exceptions anymore. - Fix bug where Catalyst did not properly detect the terminal width when in debug mode and thus making the debug output narrow and hard to read. diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index aa7b2e6..fbc036a 100755 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -126,7 +126,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90063'; +our $VERSION = '5.90064'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 1f2c539..ea41e00 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -7,7 +7,7 @@ BEGIN { require 5.008003; } # Remember to update this in Catalyst as well! -our $VERSION = '5.90063'; +our $VERSION = '5.90064'; =head1 NAME