starting to prep release version info
John Napiorkowski [Fri, 26 Dec 2014 21:56:18 +0000 (15:56 -0600)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 64897ae..5014bfc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
-5.90079_004 - TBD
+5.90079_004 - 2014-12-26
   - Starting adding some docs around the new encoding stuff
   - Exposed the reqexp we use to match content types that need encoding via a
     global variable.
index 95ddb97..3ef4bc8 100644 (file)
@@ -129,7 +129,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.90079_003';
+our $VERSION = '5.90079_004';
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
 
 sub import {
index 09859ca..465ffb0 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90079_003';
+our $VERSION = '5.90079_004';
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
 
 =head1 NAME