Skip to content

Commit

Permalink
version bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
jjn1056 committed Jun 26, 2012
1 parent d258e5d commit f444811
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
2 changes: 1 addition & 1 deletion lib/Catalyst.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catalyst/Runtime.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f444811

Please sign in to comment.