From: Karen Etheridge Date: Sat, 25 Jul 2015 01:42:30 +0000 (-0700) Subject: bump up prereq on JSON::PP X-Git-Tag: v1.003006_001~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4d77d52f97fdfb131366ba7218ec75618d289e23;p=p5sagit%2FJSON-MaybeXS.git bump up prereq on JSON::PP --- diff --git a/Changes b/Changes index 4814e0b..27bedee 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for JSON-MaybeXS + - bump prereq on JSON::PP, to ensure we get the fix for parsing utf8-encoded + values + 1.003005 - 2015-03-22 - fix x_contributors metadata that was killing metacpan (see https://github.com/CPAN-API/cpan-api/issues/401) diff --git a/Makefile.PL b/Makefile.PL index e963349..e4a2dab 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -46,7 +46,7 @@ my %WriteMakefileArgs = ( requires => { 'Scalar::Util' => '0', 'Carp' => '0', - 'JSON::PP' => '2.27202', + 'JSON::PP' => '2.27300', # we may also add a runtime prereq for Cpanel::JSON::XS, on the # installer's machine perl => '5.006',