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)
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',