ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/MANIFEST
Revision: 1.15
Committed: Tue Mar 25 06:37:38 2008 UTC (16 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-2_222, rel-2_2, rel-2_231, rel-2_21, rel-2_2222, rel-2_23, rel-2_22
Changes since 1.14: +1 -0 lines
Log Message:
initial round of incremental json parsing

File Contents

# Content
1 README
2 Changes
3 MANIFEST
4 COPYING
5 Makefile.PL
6 XS.pm
7 XS.xs
8 XS/Boolean.pm
9 bin/json_xs
10 eg/bench
11 t/00_load.t
12 t/01_utf8.t
13 t/02_error.t
14 t/03_types.t
15 t/04_dwiw_encode.t
16 t/05_dwiw_decode.t
17 t/06_pc_pretty.t
18 t/07_pc_esc.t
19 t/08_pc_base.t
20 t/09_pc_extra_number.t
21 t/10_pc_keysort.t
22 t/11_pc_expo.t
23 t/12_blessed.t
24 t/13_limit.t
25 t/14_latin1.t
26 t/15_prefix.t
27 t/16_tied.t
28 t/17_relaxed.t
29 t/18_json_checker.t
30 t/19_incr.t
31 t/99_binary.t
32 typemap