sv_dump () changed in 5.19.3
[Data-Peek.git] / MANIFEST
blobf0d1997be057302b985ead02acd02f21970e3ff3
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/11_DDumper.t          Tests for DDumper () using Perl::Tidy
13 t/20_DPeek.t            Tests for DPeek ()
14 t/21_DDisplay.t         Tests for DDisplay ()
15 t/22_DHexDump.t         Tests for DHexDump ()
16 t/30_DDump-s.t          Tests for DDump () returning string using _XS
17 t/31_DDump-s.t          Tests for DDump () returning string using _IO
18 t/40_DDump-h.t          Tests for DDump () returning hash   using _XS
19 t/41_DDump-h.t          Tests for DDump () returning hash   using _IO
20 t/50_DDual.t            Tests for DDual ()
21 t/51_triplevar.t        Tests for triplevar ()
22 t/52_DGrow.t            Tests for DGrow ()
23 examples/ddumper.pl     show the use