8
0
forked from pool/perl-JSON-Any
Stephan Kulow
2013-11-26 09:08:39 +00:00
committed by Git OBS Bridge
parent c6a96d7573
commit b262e3b8b1
4 changed files with 36 additions and 12 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Nov 26 07:34:04 UTC 2013 - coolo@suse.com
- updated to 1.32
Include dep Test::Requires in dist.ini
bump minimum version requirement for JSON.pm
fix the tests to properly exclude JSON::XS
A bug came up where JSON::XS and JSON.pm had incompatible revisions
but installed just fine. This was a problem because JSON.pm will
silently load JSON::XS in the background and caused explosions.
We now try to exclude JSON::XS except in the case we're actually
testing it directly.
Also we've removed some of the tests for JSON::Syck as it's been
deprecated. We also add in tests for Cpanel::JSON::XS which got
missed when it was added as a choice.
JSON::XS 3.x is incompatible with JSON.pm < 2.90 in the exact way
that JSON::Any uses things in the test suite.
-------------------------------------------------------------------
Fri Jul 26 05:42:06 UTC 2013 - coolo@suse.com