updated changes file and version string in preparation for release 5.90018
John Napiorkowski [Wed, 24 Oct 2012 00:54:20 +0000 (20:54 -0400)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index ad6d304..691d697 100644 (file)
--- 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:
 
index 4fd6ed1..e238bd1 100644 (file)
@@ -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 ) = @_;
index 291dcc4..adb710d 100644 (file)
@@ -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