Require perl 5.8.0
[Data-Peek.git] / MANIFEST
blob9b71d9fe7278c92aef1325aa8efc8c30c8844e5e
1 ChangeLog               Change history
2 README                  Docs
3 MANIFEST                This file
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/21_DDisplay.t         Tests for DDisplay ()
14 t/22_DHexDump.t         Tests for DHexDump ()
15 t/30_DDump-s.t          Tests for DDump () returning string using _XS
16 t/31_DDump-s.t          Tests for DDump () returning string using _IO
17 t/40_DDump-h.t          Tests for DDump () returning hash   using _XS
18 t/41_DDump-h.t          Tests for DDump () returning hash   using _IO
19 t/50_DDual.t            Tests for DDual ()
20 t/51_triplevar.t        Tests for triplevar ()
21 t/52_DGrow.t            Tests for DGrow ()
22 examples/ddumper.pl     show the use