From: John Napiorkowski Date: Fri, 18 Oct 2013 22:06:53 +0000 (-0500) Subject: upped versions prepped release X-Git-Tag: 5.90050~1^2~26 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fd5fb3a83e89bd8d5872be6e8cff921a3bb02e78;hp=16f0e988acac5fd5aab46db1ce14b7c399a4a200;p=catagits%2FCatalyst-Runtime.git upped versions prepped release --- diff --git a/Changes b/Changes index aedaa5b..0e14edb 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ # This file documents the revision history for Perl extension Catalyst. -5.90049_004 - TBA +5.90049_004 - 2013-10-18 - JSON Data handler looks for both JSON::MaybeXS and JSON, and uses whichever is first (prefering to find JSON::MaybeXS). This should improve compatibility as you likely already have one installed. diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 2d3a391..c7b8bce 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -120,7 +120,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90049_003'; +our $VERSION = '5.90049_004'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 897324c..669b98c 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.90049_003'; +our $VERSION = '5.90049_004'; =head1 NAME