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