Skip to content

Commit

Permalink
release 4.00
Browse files Browse the repository at this point in the history
  • Loading branch information
charsbar committed Dec 6, 2018
1 parent 1893a46 commit 6f52c65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl extension JSON::PP.

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
Expand Down
4 changes: 2 additions & 2 deletions lib/JSON/PP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use JSON::PP::Boolean;
use Carp ();
#use Devel::Peek;

$JSON::PP::VERSION = '3.99_01';
$JSON::PP::VERSION = '4.00';

@JSON::PP::EXPORT = qw(encode_json decode_json from_json to_json);

Expand Down Expand Up @@ -1773,7 +1773,7 @@ JSON::PP - JSON::XS compatible pure-Perl module.
=head1 VERSION
3.99_01
4.00
=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/JSON/PP/Boolean.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ overload::import('overload',
fallback => 1,
);

$JSON::PP::Boolean::VERSION = '3.99_01';
$JSON::PP::Boolean::VERSION = '4.00';

1;

Expand Down

0 comments on commit 6f52c65

Please sign in to comment.