Use skip instead of skip_all for builds that have no DPeek ()
[Data-Peek.git] / ChangeLog
blob4848965a0dbe9e9cda597d692c7dc2119522542b
1 2009-11-07 0.29 - H.Merijn Brand   <h.m.brand@xs4all.nl>
3     * Use skip instead of skip_all for builds that have no DPeek ()
5 2009-11-06 0.28 - H.Merijn Brand   <h.m.brand@xs4all.nl>
7     * DDump () now dumps the variable itself, instead of a copy (Zefram)
8     * Add DGrow ()
10 2009-06-03 0.27 - H.Merijn Brand   <h.m.brand@xs4all.nl>
12     * void context behaviour for DPeek ()
13     * void context behaviour for DDual ()
15 2009-06-03 0.26 - H.Merijn Brand   <h.m.brand@xs4all.nl>
17     * Upped copyright to 2009
18     * Corrected paren placement for bless (...)
19     * Documentation fixes
20     * Added Test::NoWarnings
21     * Added DDsort ()
23 2008-11-24 0.25 - H.Merijn Brand   <h.m.brand@xs4all.nl>
25     * Wrong e-mail in META.yml
26     * #34831 fixed tied $,
28 2008-10-31 0.24 - H.Merijn Brand   <h.m.brand@xs4all.nl>
30     * Implement DDisplay ()
31     * Implement triplevar ()
32     * Update ppport.h to 3.14_05 (mhx++)
33     * 5.6.x DDisplay ()'s UTF8 different
34     * make leaktest/leakcheck enabled and executed
36 2008-10-21 0.23 - H.Merijn Brand   <h.m.brand@xs4all.nl>
38     * Selecting to install DP did not install Data::Peek
40 2008-10-20 0.22 - H.Merijn Brand   <h.m.brand@xs4all.nl>
42     * Updated to ppport-3.14_01
43     * YAML declared 1.4 (META.yml) instead of 1.1 (YAML)
44     * DP.pm gets version from Peek.pm
45     * DP.pm should not be installed in Data namespace
47 2008-10-13 0.21 - H.Merijn Brand   <h.m.brand@xs4all.nl>
49     * Typo in pod (Joshua Juran)
50     * MSwin doesn't use plain \n (RT#39916)
51     * Some MSWin (ActivePerl) and AIX builds do not have
52       Perl_sv_peek () exported (RT#39916)
54 2008-10-08 0.20 - H.Merijn Brand   <h.m.brand@xs4all.nl>
56     * Renamed DDumper to Data::Peek
57     * Default argument for DPeek is $_
58     * Optionally install DP as shortcut for Data::Peek
59     * Public git repo set up
61 2008-10-07 0.16 - H.Merijn Brand   <h.m.brand@xs4all.nl>
63     * Allocated length for PV's depends on arch (upped test to 8)
64     * Released on Amsterdam.pm
66 2008-09-26 0.15 - H.Merijn Brand   <h.m.brand@xs4all.nl>
68     * Start writing tests for DDump ()
69     * Added DDual ()
71 2008-09-25 0.11 - H.Merijn Brand   <h.m.brand@xs4all.nl>
73     * PerlIO is only available in 5.8 and up
74     * Perl 5.6 is a minimal requirement for 'use warnings'
75     * Tests for DPeek ()
76     * 5.8.0 did not export Perl_sv_catpvn ()
77     * Tested for 5.6.2, 5.8.0, 5.8.7, 5.8.8, 5.10.0, and devel
78     * Tests for DDumper ()
79     * Doc changes
80     * In void context DDumper prints to STDERR
82 2008-09-24 0.10 - H.Merijn Brand   <h.m.brand@xs4all.nl>
84     * Initial attempt