We need tests for DDump () too
[Data-Peek.git] / MANIFEST
blob179bcfd711efb085c22682bd9668874f64d71bef
1 ChangeLog               Change history
2 README                  Docs
3 MANIFEST                This file
4 DDumper.pm              Perl part of the module
5 DDumper.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 examples/ddumper.pl     show the use