bump up prereq on JSON::PP
Karen Etheridge [Sat, 25 Jul 2015 01:42:30 +0000 (18:42 -0700)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 4814e0b..27bedee 100644 (file)
--- 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)
index e963349..e4a2dab 100644 (file)
@@ -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',