From: Matt S Trout Date: Thu, 12 Nov 2015 10:18:36 +0000 (+0000) Subject: 0.090103 release commit X-Git-Tag: 0.090103 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=refs%2Ftags%2F0.090103 0.090103 release commit --- diff --git a/Changes b/Changes index 761a050..24ee8f2 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ # This file documents the revision history for Perl extension Catalyst. -5.90103 - TBD +5.90103 - 2015-11-12 - More documentation fixes (thanks to the debian maintainers and melmothx++) - Fixed the way we parse subroutine attribute values to fix a regression introduced in 5.90102. This is a recommended upgrade (tsibley++, mst++) diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 266ab2b..7e563cb 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -180,7 +180,7 @@ sub composed_stats_class { __PACKAGE__->_encode_check(Encode::FB_CROAK | Encode::LEAVE_SRC); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90102'; +our $VERSION = '5.90103'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases sub import { diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index bfd4ffd..59e00ce 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.90102'; +our $VERSION = '5.90103'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases =head1 NAME