prep for release 5.90089_004
John Napiorkowski [Tue, 28 Apr 2015 18:27:02 +0000 (13:27 -0500)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 11227b8..77f6a16 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
-5.90089_004 - TDB
+5.90089_004 - 2015-04-28
   - Added swanky github badges.
   - Reverted a change to how the stats engine is setup that was incorrect.
   - New application setup hook 'config_for' which allows one to get the
index 65b93bf..6e6347b 100644 (file)
@@ -157,7 +157,7 @@ sub composed_stats_class {
 __PACKAGE__->_encode_check(Encode::FB_CROAK | Encode::LEAVE_SRC);
 
 # Remember to update this in Catalyst::Runtime as well!
-our $VERSION = '5.90089_003';
+our $VERSION = '5.90089_004';
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
 
 sub import {
index ea3d8cb..b2ceb19 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90089_003';
+our $VERSION = '5.90089_004';
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
 
 =head1 NAME