Skip to content

Commit b2d0ae8

Browse files
committed
Release 4.07
1 parent bc4e471 commit b2d0ae8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Perl extension JSON.
22

3+
4.07 2022-06-24
4+
- updated backportPP with JSON::PP 4.10
5+
36
4.06 2022-05-22
47
- updated backportPP with JSON::PP 4.09
58

lib/JSON.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BEGIN { @JSON::ISA = 'Exporter' }
99
@JSON::EXPORT = qw(from_json to_json jsonToObj objToJson encode_json decode_json);
1010

1111
BEGIN {
12-
$JSON::VERSION = '4.06';
12+
$JSON::VERSION = '4.07';
1313
$JSON::DEBUG = 0 unless (defined $JSON::DEBUG);
1414
$JSON::DEBUG = $ENV{ PERL_JSON_DEBUG } if exists $ENV{ PERL_JSON_DEBUG };
1515
}

0 commit comments

Comments
 (0)