Changes #20819 and #20996 break compatibility with perl 5.6.0
[p5sagit/p5-mst-13.2.git] / ext / Devel / PPPort / Changes
1 2.007 - 18th September 2003
2
3     * small fix in grok_numeric_radix: variable was used uninitialized
4
5 2.006 - 8th September 2003
6
7     * call_(pv|sv|method|argv) added
8     * still compiler-warnings for grok_??? and 5.6.x, fixed
9
10 2.005 - 2nd September 2003
11
12     * Some tweaks to grok_(hex|oct|bin) to make compiler warnings
13       go away for older perls
14     * grok_number and grok_numeric_radix added
15
16 2.004 - 22th August 2003
17
18     * Added grok_(hex|oct|bin) and related constants
19
20 2.003 - 8th May 2003
21
22     * Added get_av, get_cv, get_hv and get_sv
23
24 2.002 - 2nd December 2001
25
26     * More portability issues in Makefile.PL addresed.
27     * Merged the Harness sub-module into Devel::PPPort
28     * More documentation in PPPort.pm
29
30 2.001
31
32     * Some portability issues in Makefile.PL addresed.
33
34 2.000
35
36     * Initial port to the perl core.
37
38 1.007
39
40     * Original version of the module by Kenneth Albanowski.