Default argument for DPeek is $_
[Data-Peek.git] / ChangeLog
blob95c07fa865bcb1d2124ec9cbbec142edb4a71f6d
1 2008-10-08 0.20 - H.Merijn Brand   <h.m.brand@xs4all.nl>
3         * Renamed DDumper to Data::Peek
4         * Default argument for DPeek is $_
6 2008-10-07 0.16 - H.Merijn Brand   <h.m.brand@xs4all.nl>
8         * Allocated length for PV's depends on arch (upped test to 8)
9         * Released on Amsterdam.pm
11 2008-09-26 0.15 - H.Merijn Brand   <h.m.brand@xs4all.nl>
13         * Start writing tests for DDump ()
14         * Added DDual ()
16 2008-09-25 0.11 - H.Merijn Brand   <h.m.brand@xs4all.nl>
18         * PerlIO is only available in 5.8 and up
19         * Perl 5.6 is a minimal requirement for 'use warnings'
20         * Tests for DPeek ()
21         * 5.8.0 did not export Perl_sv_catpvn ()
22         * Tested for 5.6.2, 5.8.0, 5.8.7, 5.8.8, 5.10.0, and devel
23         * Tests for DDumper ()
24         * Doc changes
25         * In void context DDumper prints to STDERR
27 2008-09-24 0.10 - H.Merijn Brand   <h.m.brand@xs4all.nl>
29         * Initial attempt