1 ChangeLog Change history
4 Peek.pm Perl part of the module
5 Peek.xs C part of the module
6 Makefile.PL Makefile generator
7 ppport.h Compatability layer
8 typemap Define PerlIO for non-PerlIO perl
9 t/00_pod.t Check if pod is valid
10 t/01_pod.t Check if pod covers all
11 t/10_DDumper.t Tests for DDumper ()
12 t/20_DPeek.t Tests for DPeek ()
13 t/30_DDump-s.t Tests for DDump () returning string using _XS
14 t/31_DDump-s.t Tests for DDump () returning string using _IO
15 t/40_DDump-h.t Tests for DDump () returning hash using _XS
16 t/41_DDump-h.t Tests for DDump () returning hash using _IO
17 t/50_DDual.t Tests for DDual ()
18 examples/ddumper.pl show the use