claim a version for release 5.90016
John Napiorkowski [Thu, 16 Aug 2012 19:36:57 +0000 (15:36 -0400)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 2a271b2..b78e910 100644 (file)
--- 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
index 559f76b..ea5507d 100644 (file)
@@ -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 ) = @_;
index f786e0d..03680b1 100644 (file)
@@ -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