version bumping 5.90014
John Napiorkowski [Tue, 26 Jun 2012 14:02:18 +0000 (10:02 -0400)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 8b7bf1c..68a4626 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.90014 - 2012-06-26 10:00:00
+
   - Fix calling finalize_headers before writing body when using $c->write /
     $c->res->write (fixes RT#76179).
 
index 403ba82..77bd1c5 100644 (file)
@@ -100,7 +100,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.90013';
+our $VERSION = '5.90014';
 
 sub import {
     my ( $class, @arguments ) = @_;
index cb748fc..f079d05 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90013';
+our $VERSION = '5.90014';
 
 =head1 NAME