File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Revision history for Perl extension JSON::PP.
22
3- 4.17_01 2023-7-29
3+ 4.18 2026-03-20
4+ - fix duplicate specification warning (GH#93, 88; Heiko Jansen++)
5+ - fix typo (GH#92, sobrado8086++; GH#96, Grinnz++)
6+ - fix decode_json prototype (reported by bdfoy++)
7+ - fix space_after (GH#89, haukex++)
8+
9+ 4.17_01 2023-07-29
410 - fix a reentrant issue (experimental) (GH#61, 87)
511
6124.16 2022-12-30
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ use Carp ();
1515use Scalar::Util qw( blessed reftype refaddr) ;
1616# use Devel::Peek;
1717
18- our $VERSION = ' 4.17_01 ' ;
18+ our $VERSION = ' 4.18 ' ;
1919
2020our @EXPORT = qw( encode_json decode_json from_json to_json) ;
2121
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ overload::import('overload',
1111 fallback => 1,
1212);
1313
14- our $VERSION = ' 4.17_01 ' ;
14+ our $VERSION = ' 4.18 ' ;
1515
16161;
1717
You can’t perform that action at this time.
0 commit comments