Skip to content

Commit d5d1f86

Browse files
committed
Release 4.17_01
1 parent 628d614 commit d5d1f86

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Perl extension JSON::PP.
22

3+
4.17_01 2023-7-29
4+
- fix a reentrant issue (experimental) (GH#61, 87)
5+
36
4.16 2022-12-30
47
- drop support for perls < 5.8 (GH#84, haarg++)
58

lib/JSON/PP.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use Carp ();
1515
use Scalar::Util qw(blessed reftype refaddr);
1616
#use Devel::Peek;
1717

18-
our $VERSION = '4.16';
18+
our $VERSION = '4.17_01';
1919

2020
our @EXPORT = qw(encode_json decode_json from_json to_json);
2121

lib/JSON/PP/Boolean.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ overload::import('overload',
1111
fallback => 1,
1212
);
1313

14-
our $VERSION = '4.16';
14+
our $VERSION = '4.17_01';
1515

1616
1;
1717

0 commit comments

Comments
 (0)