Update to 2.53

- new upstream release 2.53
  - fixed to_json (CPAN RT#68359)
  - backport JSON::PP 2.27200 (fixed incr_parse decoding string more correctly
    - CPAN RT#68032)
  - made Makefile.PL skip an installing XS question when set $ENV{PERL_ONLY} or
    $ENV{NO_XS} (CPAN RT#66820)
This commit is contained in:
Paul Howarth 2011-05-23 10:03:10 +01:00
parent b12e08dfdc
commit b2871b9af9
3 changed files with 11 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/JSON-2.51.tar.gz
/JSON-[0-9.]*.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-JSON
Summary: Parse and convert to JSON (JavaScript Object Notation)
Version: 2.51
Version: 2.53
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
@ -57,6 +57,14 @@ make test
%{_mandir}/man3/*
%changelog
* Sun May 22 2011 Paul Howarth <paul@city-fan.org> 2.53-1
- update to 2.53
- fixed to_json (CPAN RT#68359)
- backport JSON::PP 2.27200 (fixed incr_parse decoding string more correctly
- CPAN RT#68032)
- made Makefile.PL skip an installing XS question when set $ENV{PERL_ONLY} or
$ENV{NO_XS} (CPAN RT#66820)
* Tue Mar 8 2011 Paul Howarth <paul@city-fan.org> 2.51-1
- update to 2.51 (#683052)
- import JSON::PP 2.27105 as BackportPP

View File

@ -1 +1 @@
d0ead26851f1e84d122f34533c3809cc JSON-2.51.tar.gz
7db1be00d44414c4962eeac222395a76 JSON-2.53.tar.gz