Allocated length for PV's depends on arch (upped test to 8)
[Data-Peek.git] / ChangeLog
blob6e0880dcd493261c51b768896cf234a52f3d83f1
1 2008-09-26 0.16 - H.Merijn Brand   <h.m.brand@xs4all.nl>
3         * Allocated length for PV's depends on arch (upped test to 8)
5 2008-09-26 0.15 - H.Merijn Brand   <h.m.brand@xs4all.nl>
7         * Start writing tests for DDump ()
8         * Added DDual ()
10 2008-09-25 0.11 - H.Merijn Brand   <h.m.brand@xs4all.nl>
12         * PerlIO is only available in 5.8 and up
13         * Perl 5.6 is a minimal requirement for 'use warnings'
14         * Tests for DPeek ()
15         * 5.8.0 did not export Perl_sv_catpvn ()
16         * Tested for 5.6.2, 5.8.0, 5.8.7, 5.8.8, 5.10.0, and devel
17         * Tests for DDumper ()
18         * Doc changes
19         * In void context DDumper prints to STDERR
21 2008-09-24 0.10 - H.Merijn Brand   <h.m.brand@xs4all.nl>
23         * Initial attempt