From: John Napiorkowski Date: Thu, 16 Aug 2012 19:36:57 +0000 (-0400) Subject: claim a version for release X-Git-Tag: 5.90016^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=f0580bff341c3d9a8a62bb8e670ff8772745786f claim a version for release --- diff --git a/Changes b/Changes index 2a271b2..b78e910 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,9 @@ # This file documents the revision history for Perl extension Catalyst. +5.90016 - 2012-08-16 15:35:00 - prepare_parameters is no longer an attribute builder. It is now a method that calls the correct underlying functionality (Bill Moseley++) - - Updated Makefile.PL to handle MacOXS tar + - Updated Makefile.PL to handle MacOXS tar - Fix uri_for to handle a stringifiable object - Fix model/view/controller methods to handle stringifiable objects - Fix RT#78377 - IIS7 ignores response body for 3xx requests, which diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 559f76b..ea5507d 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -102,7 +102,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90015'; +our $VERSION = '5.90016'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index f786e0d..03680b1 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.90015'; +our $VERSION = '5.90016'; =head1 NAME