Document Carp's global variables + provide tests
[p5sagit/p5-mst-13.2.git] / ext / Devel / PPPort / Changes
CommitLineData
2e3f9829 12.008 - 20th October 2003
2
3 * eval_(pv|sv) added
4 * PERL_MAGIC_* added
5
d1bddb8e 62.007 - 18th September 2003
7
8 * small fix in grok_numeric_radix: variable was used uninitialized
9
e78280ee 102.006 - 8th September 2003
11
12 * call_(pv|sv|method|argv) added
13 * still compiler-warnings for grok_??? and 5.6.x, fixed
14
5af89305 152.005 - 2nd September 2003
16
17 * Some tweaks to grok_(hex|oct|bin) to make compiler warnings
18 go away for older perls
19 * grok_number and grok_numeric_radix added
20
7dcda430 212.004 - 22th August 2003
22
23 * Added grok_(hex|oct|bin) and related constants
24
e1fd986f 252.003 - 8th May 2003
26
27 * Added get_av, get_cv, get_hv and get_sv
44284200 28
292.002 - 2nd December 2001
30
31 * More portability issues in Makefile.PL addresed.
32 * Merged the Harness sub-module into Devel::PPPort
33 * More documentation in PPPort.pm
34
352.001
36
37 * Some portability issues in Makefile.PL addresed.
38
392.000
40
41 * Initial port to the perl core.
42
431.007
44
45 * Original version of the module by Kenneth Albanowski.