Typo in pod (Joshua Juran)
[Data-Peek.git] / ChangeLog
blob9a83b9857c1797a2b04e7345e0c2c373b9485f13
1 2008-10-08 0.21 - H.Merijn Brand   <h.m.brand@xs4all.nl>
3         * Typo in pod (Joshua Juran)
5 2008-10-08 0.20 - H.Merijn Brand   <h.m.brand@xs4all.nl>
7         * Renamed DDumper to Data::Peek
8         * Default argument for DPeek is $_
9         * Optionally install DP as shortcut for Data::Peek
10         * Public git repo set up
12 2008-10-07 0.16 - H.Merijn Brand   <h.m.brand@xs4all.nl>
14         * Allocated length for PV's depends on arch (upped test to 8)
15         * Released on Amsterdam.pm
17 2008-09-26 0.15 - H.Merijn Brand   <h.m.brand@xs4all.nl>
19         * Start writing tests for DDump ()
20         * Added DDual ()
22 2008-09-25 0.11 - H.Merijn Brand   <h.m.brand@xs4all.nl>
24         * PerlIO is only available in 5.8 and up
25         * Perl 5.6 is a minimal requirement for 'use warnings'
26         * Tests for DPeek ()
27         * 5.8.0 did not export Perl_sv_catpvn ()
28         * Tested for 5.6.2, 5.8.0, 5.8.7, 5.8.8, 5.10.0, and devel
29         * Tests for DDumper ()
30         * Doc changes
31         * In void context DDumper prints to STDERR
33 2008-09-24 0.10 - H.Merijn Brand   <h.m.brand@xs4all.nl>
35         * Initial attempt