summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2010-12-30 23:43:44 -0500
committerDavid Golden <dagolden@cpan.org>2011-01-02 22:35:00 -0500
commitd54243158c0e4ba0127eb487c5b2e2a10484e8d0 (patch)
tree2f1238fc9caaa427391abff7c62da09dc6a76f3d /MANIFEST
parent5e3072707906cc4cb8a364c4cf7c487df0300caa (diff)
downloadperl-d54243158c0e4ba0127eb487c5b2e2a10484e8d0.tar.gz
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
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST38
1 files changed, 38 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index f233aa698f..fa0262a381 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1208,6 +1208,43 @@ cpan/IPC-SysV/t/pod.t IPC::SysV test file
cpan/IPC-SysV/t/sem.t IPC::SysV test file
cpan/IPC-SysV/t/shm.t IPC::SysV test file
cpan/IPC-SysV/typemap IPC::SysV typemap
+cpan/JSON-PP/bin/json_pp
+cpan/JSON-PP/lib/JSON/PP/Boolean.pm
+cpan/JSON-PP/lib/JSON/PP.pm
+cpan/JSON-PP/t/000_load.t
+cpan/JSON-PP/t/001_utf8.t
+cpan/JSON-PP/t/002_error.t
+cpan/JSON-PP/t/003_types.t
+cpan/JSON-PP/t/006_pc_pretty.t
+cpan/JSON-PP/t/007_pc_esc.t
+cpan/JSON-PP/t/008_pc_base.t
+cpan/JSON-PP/t/009_pc_extra_number.t
+cpan/JSON-PP/t/010_pc_keysort.t
+cpan/JSON-PP/t/011_pc_expo.t
+cpan/JSON-PP/t/012_blessed.t
+cpan/JSON-PP/t/013_limit.t
+cpan/JSON-PP/t/014_latin1.t
+cpan/JSON-PP/t/015_prefix.t
+cpan/JSON-PP/t/016_tied.t
+cpan/JSON-PP/t/017_relaxed.t
+cpan/JSON-PP/t/018_json_checker.t
+cpan/JSON-PP/t/019_incr.t
+cpan/JSON-PP/t/020_unknown.t
+cpan/JSON-PP/t/021_evans_bugrep.t
+cpan/JSON-PP/t/022_comment_at_eof.t
+cpan/JSON-PP/t/099_binary.t
+cpan/JSON-PP/t/104_sortby.t
+cpan/JSON-PP/t/105_esc_slash.t
+cpan/JSON-PP/t/106_allow_barekey.t
+cpan/JSON-PP/t/107_allow_singlequote.t
+cpan/JSON-PP/t/108_decode.t
+cpan/JSON-PP/t/109_encode.t
+cpan/JSON-PP/t/110_bignum.t
+cpan/JSON-PP/t/112_upgrade.t
+cpan/JSON-PP/t/113_overloaded_eq.t
+cpan/JSON-PP/t/114_decode_prefix.t
+cpan/JSON-PP/t/115_tie_ixhash.t
+cpan/JSON-PP/t/_unicode_handling.pm
cpan/libnet/Changes libnet
cpan/libnet/Config.eg libnet
cpan/libnet/demos/ftp libnet
@@ -4958,6 +4995,7 @@ utils/enc2xs.PL Encode module generator
utils/h2ph.PL A thing to turn C .h files into perl .ph files
utils/h2xs.PL Program to make .xs files from C header files
utils/instmodsh.PL Give information about installed extensions
+utils/json_pp.PL JSON::PP command line utility
utils/libnetcfg.PL libnet
utils.lst Lists utilities bundled with Perl
utils/Makefile Pregenerated from utils/Makefile.SH