2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2019-03-02 05:07:33 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 4.02
Upstream changes;
4.02 2019-02-23
- fixed a test that breaks if perl is compiled with -Dquadmath
(RT-128589)
|
2019-01-27 14:21:37 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 4.01
Upstream changes:
4.01 2019-01-21
- added boolean function/method that takes a scalar value and
returns a boolean value (David Cantrell)
|
2018-12-16 05:28:56 by Wen Heping | Files touched by this commit (2) | |
Log message:
Update to 4.00
Upstream changes:
4.00 2018-12-07
- production release
3.99_01 2018-12-03
- BACKWARD INCOMPATIBILITY:
As JSON::XS 4.0 changed its policy and enabled allow_nonref
by default, JSON::PP, and thus JSON, also enabled allow_nonref
by default
- updated backportPP with JSON::PP 3.99_01
- allow PERL_JSON_PP_USE_B environmental variable to restore
old number detection behavior for compatibility
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2017-12-30 14:15:14 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-JSON: update to 2.97001.
2.97001 2017-12-21
- updated backportPP with JSON::PP 2.97001
|
2017-11-24 14:19:48 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-JSON: update to 2.97000.
2.97000 2017-11-21
- updated backportPP with JSON::PP 2.97000
- use 5 digit minor version number for a while to avoid
confusion
- fixed is_bool to use blessed() instead of ref()
2.96 2017-11-20
- fixed packaging issue
- updated backportPP with JSON::PP 2.96
- not to use newer Test::More features (RT-122421; ilmari++)
2.95 2017-11-20
- updated backportPP with JSON::PP 2.95
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2017-06-04 04:49:37 by John Klos | Files touched by this commit (2) |
Log message:
Update JSON to 2.94:
2.94 2017-05-29
- fixed VERSION issue caused by VERSION methods added to abstract
backend packages (RT-121892; ppisar++)
- fixed a test for perl 5.6
|