forked from pool/perl-JSON-Any
update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-Any?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
c6a96d7573
commit
b262e3b8b1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user