Changes #20819 and #20996 break compatibility with perl 5.6.0
[p5sagit/p5-mst-13.2.git] / ext / Devel / PPPort / Changes
CommitLineData
d1bddb8e 12.007 - 18th September 2003
2
3 * small fix in grok_numeric_radix: variable was used uninitialized
4
e78280ee 52.006 - 8th September 2003
6
7 * call_(pv|sv|method|argv) added
8 * still compiler-warnings for grok_??? and 5.6.x, fixed
9
5af89305 102.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
7dcda430 162.004 - 22th August 2003
17
18 * Added grok_(hex|oct|bin) and related constants
19
e1fd986f 202.003 - 8th May 2003
21
22 * Added get_av, get_cv, get_hv and get_sv
44284200 23
242.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
302.001
31
32 * Some portability issues in Makefile.PL addresed.
33
342.000
35
36 * Initial port to the perl core.
37
381.007
39
40 * Original version of the module by Kenneth Albanowski.