update changlog and version in prep for release
John Napiorkowski [Sat, 15 Jun 2013 14:00:26 +0000 (10:00 -0400)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index d535237..860ecf0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.90042 - 2013-06-14
+  - Removed more places where an optional dependency shows up in the test
+    suite. Hopefully really fixed the unicode regression introduced in 5.90040
+
 5.90041 - 2013-06-14
   - Bug fix release to fix regressions introduced in previous.  I would consider
     this a likely upgrade and if you are having trouble with the previous I hope
index a6cf346..9e7d156 100644 (file)
@@ -113,7 +113,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.90041';
+our $VERSION = '5.90042';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 58645d2..867ecf8 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90041';
+our $VERSION = '5.90042';
 
 =head1 NAME