YAML declared 1.4 (META.yml) instead of 1.1 (YAML)
[Data-Peek.git] / ChangeLog
blob862434ab6b7c8343079f0d0c4e0f2f998f59da85
1 2008-10-19 0.22 - H.Merijn Brand   <h.m.brand@xs4all.nl>
3         * Updated to ppport-3.14_01
4         * YAML declared 1.4 (META.yml) instead of 1.1 (YAML)
6 2008-10-13 0.21 - H.Merijn Brand   <h.m.brand@xs4all.nl>
8         * Typo in pod (Joshua Juran)
9         * MSwin doesn't use plain \n (RT#39916)
10         * Some MSWin (ActivePerl) and AIX builds do not have
11           Perl_sv_peek () exported (RT#39916)
13 2008-10-08 0.20 - H.Merijn Brand   <h.m.brand@xs4all.nl>
15         * Renamed DDumper to Data::Peek
16         * Default argument for DPeek is $_
17         * Optionally install DP as shortcut for Data::Peek
18         * Public git repo set up
20 2008-10-07 0.16 - H.Merijn Brand   <h.m.brand@xs4all.nl>
22         * Allocated length for PV's depends on arch (upped test to 8)
23         * Released on Amsterdam.pm
25 2008-09-26 0.15 - H.Merijn Brand   <h.m.brand@xs4all.nl>
27         * Start writing tests for DDump ()
28         * Added DDual ()
30 2008-09-25 0.11 - H.Merijn Brand   <h.m.brand@xs4all.nl>
32         * PerlIO is only available in 5.8 and up
33         * Perl 5.6 is a minimal requirement for 'use warnings'
34         * Tests for DPeek ()
35         * 5.8.0 did not export Perl_sv_catpvn ()
36         * Tested for 5.6.2, 5.8.0, 5.8.7, 5.8.8, 5.10.0, and devel
37         * Tests for DDumper ()
38         * Doc changes
39         * In void context DDumper prints to STDERR
41 2008-09-24 0.10 - H.Merijn Brand   <h.m.brand@xs4all.nl>
43         * Initial attempt