SHA256
8
0
forked from pool/perl-JSON

- update to 2.53

- made Makefile.PL skipping a installing XS question
      when set $ENV{PERL_ONLY} or $ENV{NO_XS} (rt#66820)
    - fixed to_json (pointed and patched by mmcleric in rt#68359)
    - backport JSON::PP 2.27200
  * fixed incr_parse docodeing string more correctly (rt#68032 by LCONS)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON?expand=0&rev=24
This commit is contained in:
Stephan Kulow
2011-11-18 13:42:42 +00:00
committed by Git OBS Bridge
parent ba0ccc6f29
commit 89d3c1b078
3 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Nov 18 13:41:56 UTC 2011 - coolo@suse.com
- update to 2.53
- made Makefile.PL skipping a installing XS question
when set $ENV{PERL_ONLY} or $ENV{NO_XS} (rt#66820)
- fixed to_json (pointed and patched by mmcleric in rt#68359)
- backport JSON::PP 2.27200
* fixed incr_parse docodeing string more correctly (rt#68032 by LCONS)
-------------------------------------------------------------------
Tue Apr 5 08:17:48 UTC 2011 - coolo@novell.com