Skip to content

Commit

Permalink
claim a version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjn1056 committed Aug 16, 2012
1 parent 04c0ca5 commit f0580bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/Catalyst.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) = @_;
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.90015';
our $VERSION = '5.90016';

=head1 NAME
Expand Down

0 comments on commit f0580bf

Please sign in to comment.