Ahh, hell, sv_dump changes a lot over versions
[Data-Peek.git] / ChangeLog
blob200a6b3a6f8ae2d9146feb59033e6868c0cdcfb4
1 2008-09-25 0.12 - H.Merijn Brand   <h.m.brand@xs4all.nl>
3         * Start writing tests for DDump ()
5 2008-09-25 0.11 - H.Merijn Brand   <h.m.brand@xs4all.nl>
7         * PerlIO is only available in 5.8 and up
8         * Perl 5.6 is a minimal requirement for 'use warnings'
9         * Tests for DPeek ()
10         * 5.8.0 did not export Perl_sv_catpvn ()
11         * Tested for 5.6.2, 5.8.0, 5.8.7, 5.8.8, 5.10.0, and devel
12         * Tests for DDumper ()
13         * Doc changes
14         * In void context DDumper prints to STDERR
16 2008-09-24 0.10 - H.Merijn Brand   <h.m.brand@xs4all.nl>
18         * Initial attempt