Skip to content

Commit

Permalink
license was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
makamaka committed Mar 13, 2013
1 parent 1117d64 commit 54c5ece
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ It was a perl core module in Perl 5.14.

--------------------------------------------------------------------------

2.27202 Wed Mar 13 15:41:22 2013
- license in Makefile.PL was missing

2.27201 Wed Mar 13 13:22:33 2013
- occasionally failed in t/019_incr.t in Perl 5.17.6 or more
(because of hash iterator randomization)
reported and patched by demerphq
https://rt.cpan.org/Public/Bug/Display.html?id=83421
- occasionally failed in t/019_incr.t in Perl 5.17.6 or more
(because of hash iterator randomization)
reported and patched by demerphq
https://rt.cpan.org/Public/Bug/Display.html?id=83421

2.27200 Sun May 22 12:17:51 2011
- fixed incr_parse docodeing string more correctly (rt#68032 by LCONS)
Expand Down
4 changes: 2 additions & 2 deletions lib/JSON/PP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Carp ();
use B ();
#use Devel::Peek;

$JSON::PP::VERSION = '2.27201';
$JSON::PP::VERSION = '2.27202';

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

Expand Down Expand Up @@ -1630,7 +1630,7 @@ JSON::PP - JSON::XS compatible pure-Perl module.
=head1 VERSION
2.27201
2.27202
L<JSON::XS> 2.27 (~2.30) compatible.
Expand Down

0 comments on commit 54c5ece

Please sign in to comment.