From: John Napiorkowski Date: Fri, 26 Dec 2014 21:56:18 +0000 (-0600) Subject: starting to prep release version info X-Git-Tag: 5.90079_008~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=c017b11bf96db335cf4efce1808d56d13651b10a starting to prep release version info --- diff --git a/Changes b/Changes index 64897ae..5014bfc 100644 --- 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. diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 95ddb97..3ef4bc8 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -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 { diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 09859ca..465ffb0 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -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