prep for release 5.90070
John Napiorkowski [Thu, 7 Aug 2014 21:43:40 +0000 (17:43 -0400)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 9f8bffe..c0da9be 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.90070 - 2014-08-07
+  - Retagged previous release as stable; no changes
+
 5.90069_004
   - Fixed typo in middleware stash that was causing older Perls to fail
     certain tests.  No other changes.
index 93b6fe9..f93e430 100755 (executable)
@@ -127,7 +127,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 __PACKAGE__->_encode_check(Encode::FB_CROAK | Encode::LEAVE_SRC);
 
 # Remember to update this in Catalyst::Runtime as well!
-our $VERSION = '5.90069_004';
+our $VERSION = '5.90070';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 1375c01..ce6708d 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90069_004';
+our $VERSION = '5.90070';
 
 =head1 NAME