This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add JSON::PP to the Perl core
authorDavid Golden <dagolden@cpan.org>
Fri, 31 Dec 2010 04:43:44 +0000 (23:43 -0500)
committerDavid Golden <dagolden@cpan.org>
Mon, 3 Jan 2011 03:35:00 +0000 (22:35 -0500)
commitd54243158c0e4ba0127eb487c5b2e2a10484e8d0
tree2f1238fc9caaa427391abff7c62da09dc6a76f3d
parent5e3072707906cc4cb8a364c4cf7c487df0300caa
Add JSON::PP to the Perl core

Per discussions with Jesse Vincent, JSON::PP has been added
to the Perl core to support the new CPAN meta file specification
44 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/JSON-PP/bin/json_pp [new file with mode: 0644]
cpan/JSON-PP/lib/JSON/PP.pm [new file with mode: 0644]
cpan/JSON-PP/lib/JSON/PP/Boolean.pm [new file with mode: 0644]
cpan/JSON-PP/t/000_load.t [new file with mode: 0644]
cpan/JSON-PP/t/001_utf8.t [new file with mode: 0644]
cpan/JSON-PP/t/002_error.t [new file with mode: 0644]
cpan/JSON-PP/t/003_types.t [new file with mode: 0644]
cpan/JSON-PP/t/006_pc_pretty.t [new file with mode: 0644]
cpan/JSON-PP/t/007_pc_esc.t [new file with mode: 0644]
cpan/JSON-PP/t/008_pc_base.t [new file with mode: 0644]
cpan/JSON-PP/t/009_pc_extra_number.t [new file with mode: 0644]
cpan/JSON-PP/t/010_pc_keysort.t [new file with mode: 0644]
cpan/JSON-PP/t/011_pc_expo.t [new file with mode: 0644]
cpan/JSON-PP/t/012_blessed.t [new file with mode: 0644]
cpan/JSON-PP/t/013_limit.t [new file with mode: 0644]
cpan/JSON-PP/t/014_latin1.t [new file with mode: 0644]
cpan/JSON-PP/t/015_prefix.t [new file with mode: 0644]
cpan/JSON-PP/t/016_tied.t [new file with mode: 0644]
cpan/JSON-PP/t/017_relaxed.t [new file with mode: 0644]
cpan/JSON-PP/t/018_json_checker.t [new file with mode: 0644]
cpan/JSON-PP/t/019_incr.t [new file with mode: 0644]
cpan/JSON-PP/t/020_unknown.t [new file with mode: 0644]
cpan/JSON-PP/t/021_evans_bugrep.t [new file with mode: 0644]
cpan/JSON-PP/t/022_comment_at_eof.t [new file with mode: 0644]
cpan/JSON-PP/t/099_binary.t [new file with mode: 0644]
cpan/JSON-PP/t/104_sortby.t [new file with mode: 0644]
cpan/JSON-PP/t/105_esc_slash.t [new file with mode: 0644]
cpan/JSON-PP/t/106_allow_barekey.t [new file with mode: 0644]
cpan/JSON-PP/t/107_allow_singlequote.t [new file with mode: 0644]
cpan/JSON-PP/t/108_decode.t [new file with mode: 0644]
cpan/JSON-PP/t/109_encode.t [new file with mode: 0644]
cpan/JSON-PP/t/110_bignum.t [new file with mode: 0644]
cpan/JSON-PP/t/112_upgrade.t [new file with mode: 0644]
cpan/JSON-PP/t/113_overloaded_eq.t [new file with mode: 0644]
cpan/JSON-PP/t/114_decode_prefix.t [new file with mode: 0644]
cpan/JSON-PP/t/115_tie_ixhash.t [new file with mode: 0644]
cpan/JSON-PP/t/_unicode_handling.pm [new file with mode: 0644]
lib/.gitignore
utils.lst
utils/Makefile
utils/Makefile.SH
utils/json_pp.PL [new file with mode: 0644]