1 2011-09-07 0.36 - H.Merijn Brand <h.m.brand@xs4all.nl>
3 * NAME / DISTNAME in Makefile.PL
5 2011-09-07 0.35 - H.Merijn Brand <h.m.brand@xs4all.nl>
7 * More cross-checks for META data
9 2011-09-01 0.34 - H.Merijn Brand <h.m.brand@xs4all.nl>
11 * Tests require Test::More-0.88 or up (RT#70538)
12 * Tested on perl-5.14.1 and 5.15.1
14 2011-02-16 0.33 - H.Merijn Brand <h.m.brand@xs4all.nl>
16 * Added DTidy (): stream DDumper output through Perl::Tidy
17 * Upped copyright to 2011
19 2010-11-21 0.32 - H.Merijn Brand <h.m.brand@xs4all.nl>
22 * DGrow tests for bigger gap
26 2010-03-16 0.31 - H.Merijn Brand <h.m.brand@xs4all.nl>
28 * Dropped YAML spec to 1.0
30 2010-02-14 0.30 - H.Merijn Brand <h.m.brand@xs4all.nl>
32 * Use $Data::Dumper::Quotekeys = 0; instead of removing the quotes myself
33 * Put first hash element after opening lonely brace
34 * Upped copyright to 2010
35 * Use warn () instead of print STDERR
37 2009-11-09 0.29 - H.Merijn Brand <h.m.brand@xs4all.nl>
39 * Use skip instead of skip_all for builds that have no DPeek ()
40 * Be more lenient towards the allocated space
42 2009-11-06 0.28 - H.Merijn Brand <h.m.brand@xs4all.nl>
44 * DDump () now dumps the variable itself, instead of a copy (Zefram)
47 2009-06-03 0.27 - H.Merijn Brand <h.m.brand@xs4all.nl>
49 * void context behaviour for DPeek ()
50 * void context behaviour for DDual ()
52 2009-06-03 0.26 - H.Merijn Brand <h.m.brand@xs4all.nl>
54 * Upped copyright to 2009
55 * Corrected paren placement for bless (...)
57 * Added Test::NoWarnings
60 2008-11-24 0.25 - H.Merijn Brand <h.m.brand@xs4all.nl>
62 * Wrong e-mail in META.yml
63 * #34831 fixed tied $,
65 2008-10-31 0.24 - H.Merijn Brand <h.m.brand@xs4all.nl>
67 * Implement DDisplay ()
68 * Implement triplevar ()
69 * Update ppport.h to 3.14_05 (mhx++)
70 * 5.6.x DDisplay ()'s UTF8 different
71 * make leaktest/leakcheck enabled and executed
73 2008-10-21 0.23 - H.Merijn Brand <h.m.brand@xs4all.nl>
75 * Selecting to install DP did not install Data::Peek
77 2008-10-20 0.22 - H.Merijn Brand <h.m.brand@xs4all.nl>
79 * Updated to ppport-3.14_01
80 * YAML declared 1.4 (META.yml) instead of 1.1 (YAML)
81 * DP.pm gets version from Peek.pm
82 * DP.pm should not be installed in Data namespace
84 2008-10-13 0.21 - H.Merijn Brand <h.m.brand@xs4all.nl>
86 * Typo in pod (Joshua Juran)
87 * MSwin doesn't use plain \n (RT#39916)
88 * Some MSWin (ActivePerl) and AIX builds do not have
89 Perl_sv_peek () exported (RT#39916)
91 2008-10-08 0.20 - H.Merijn Brand <h.m.brand@xs4all.nl>
93 * Renamed DDumper to Data::Peek
94 * Default argument for DPeek is $_
95 * Optionally install DP as shortcut for Data::Peek
96 * Public git repo set up
98 2008-10-07 0.16 - H.Merijn Brand <h.m.brand@xs4all.nl>
100 * Allocated length for PV's depends on arch (upped test to 8)
101 * Released on Amsterdam.pm
103 2008-09-26 0.15 - H.Merijn Brand <h.m.brand@xs4all.nl>
105 * Start writing tests for DDump ()
108 2008-09-25 0.11 - H.Merijn Brand <h.m.brand@xs4all.nl>
110 * PerlIO is only available in 5.8 and up
111 * Perl 5.6 is a minimal requirement for 'use warnings'
113 * 5.8.0 did not export Perl_sv_catpvn ()
114 * Tested for 5.6.2, 5.8.0, 5.8.7, 5.8.8, 5.10.0, and devel
115 * Tests for DDumper ()
117 * In void context DDumper prints to STDERR
119 2008-09-24 0.10 - H.Merijn Brand <h.m.brand@xs4all.nl>