From f0580bff341c3d9a8a62bb8e670ff8772745786f Mon Sep 17 00:00:00 2001 From: John Napiorkowski Date: Thu, 16 Aug 2012 15:36:57 -0400 Subject: [PATCH] claim a version for release --- Changes | 3 ++- lib/Catalyst.pm | 2 +- lib/Catalyst/Runtime.pm | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 2a271b213..b78e9105b 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 559f76b09..ea5507d7b 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 f786e0da3..03680b13a 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