1 2009-03-06 0.26 - H.Merijn Brand <h.m.brand@xs4all.nl>
3 * Upped copyright to 2009
4 * Corrected paren placement for bless (...)
6 * Added Test::NoWarnings
8 2008-11-24 0.25 - H.Merijn Brand <h.m.brand@xs4all.nl>
10 * Wrong e-mail in META.yml
11 * #34831 fixed tied $,
13 2008-10-31 0.24 - H.Merijn Brand <h.m.brand@xs4all.nl>
15 * Implement DDisplay ()
16 * Implement triplevar ()
17 * Update ppport.h to 3.14_05 (mhx++)
18 * 5.6.x DDisplay ()'s UTF8 different
19 * make leaktest/leakcheck enabled and executed
21 2008-10-21 0.23 - H.Merijn Brand <h.m.brand@xs4all.nl>
23 * Selecting to install DP did not install Data::Peek
25 2008-10-20 0.22 - H.Merijn Brand <h.m.brand@xs4all.nl>
27 * Updated to ppport-3.14_01
28 * YAML declared 1.4 (META.yml) instead of 1.1 (YAML)
29 * DP.pm gets version from Peek.pm
30 * DP.pm should not be installed in Data namespace
32 2008-10-13 0.21 - H.Merijn Brand <h.m.brand@xs4all.nl>
34 * Typo in pod (Joshua Juran)
35 * MSwin doesn't use plain \n (RT#39916)
36 * Some MSWin (ActivePerl) and AIX builds do not have
37 Perl_sv_peek () exported (RT#39916)
39 2008-10-08 0.20 - H.Merijn Brand <h.m.brand@xs4all.nl>
41 * Renamed DDumper to Data::Peek
42 * Default argument for DPeek is $_
43 * Optionally install DP as shortcut for Data::Peek
44 * Public git repo set up
46 2008-10-07 0.16 - H.Merijn Brand <h.m.brand@xs4all.nl>
48 * Allocated length for PV's depends on arch (upped test to 8)
49 * Released on Amsterdam.pm
51 2008-09-26 0.15 - H.Merijn Brand <h.m.brand@xs4all.nl>
53 * Start writing tests for DDump ()
56 2008-09-25 0.11 - H.Merijn Brand <h.m.brand@xs4all.nl>
58 * PerlIO is only available in 5.8 and up
59 * Perl 5.6 is a minimal requirement for 'use warnings'
61 * 5.8.0 did not export Perl_sv_catpvn ()
62 * Tested for 5.6.2, 5.8.0, 5.8.7, 5.8.8, 5.10.0, and devel
63 * Tests for DDumper ()
65 * In void context DDumper prints to STDERR
67 2008-09-24 0.10 - H.Merijn Brand <h.m.brand@xs4all.nl>