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