From: John Napiorkowski Date: Wed, 24 Oct 2012 00:54:20 +0000 (-0400) Subject: updated changes file and version string in preparation for release X-Git-Tag: 5.90018^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=02f4beca58b1404df223b0e7f3cd960f71010f9a;hp=513ac93dffaf4ccc7531c77421da6f738215f233 updated changes file and version string in preparation for release --- diff --git a/Changes b/Changes index ad6d304..691d697 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ # This file documents the revision history for Perl extension Catalyst. +5.90018 - 2012-10-23 20:55:00 + - Changed code in test suite so it no longer trips up on recent changes to + HTTP::Message. + 5.90017 - 2012-10-19 22:33:00 - Change Catalsyt _parse_attrs so that when sub attr handlers: diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 4fd6ed1..e238bd1 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -112,7 +112,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90017'; +our $VERSION = '5.90018'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 291dcc4..adb710d 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.90017'; +our $VERSION = '5.90018'; =head1 NAME