From: John Napiorkowski Date: Sat, 15 Jun 2013 14:00:26 +0000 (-0400) Subject: update changlog and version in prep for release X-Git-Tag: 5.90042~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=01733d0ff7d9b1b0677b86d7314d1e0e11ed67d5 update changlog and version in prep for release --- diff --git a/Changes b/Changes index d535237..860ecf0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ # This file documents the revision history for Perl extension Catalyst. +5.90042 - 2013-06-14 + - Removed more places where an optional dependency shows up in the test + suite. Hopefully really fixed the unicode regression introduced in 5.90040 + 5.90041 - 2013-06-14 - Bug fix release to fix regressions introduced in previous. I would consider this a likely upgrade and if you are having trouble with the previous I hope diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index a6cf346..9e7d156 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -113,7 +113,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90041'; +our $VERSION = '5.90042'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 58645d2..867ecf8 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.90041'; +our $VERSION = '5.90042'; =head1 NAME