$! and $1 are not constant accross OS's
[Data-Peek.git] / ChangeLog
blobba2d46cca50d79bba871b6ab3581fbd9f9682c41
1 2008-09-25 0.12 - H.Merijn Brand   <h.m.brand@xs4all.nl>
3         * Start writing tests for DDump ()
4         * Added DDual ()
6 2008-09-25 0.11 - H.Merijn Brand   <h.m.brand@xs4all.nl>
8         * PerlIO is only available in 5.8 and up
9         * Perl 5.6 is a minimal requirement for 'use warnings'
10         * Tests for DPeek ()
11         * 5.8.0 did not export Perl_sv_catpvn ()
12         * Tested for 5.6.2, 5.8.0, 5.8.7, 5.8.8, 5.10.0, and devel
13         * Tests for DDumper ()
14         * Doc changes
15         * In void context DDumper prints to STDERR
17 2008-09-24 0.10 - H.Merijn Brand   <h.m.brand@xs4all.nl>
19         * Initial attempt