In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/b7a0f54ced0ebd7e1706b3c27338d5e5ef39ab7d?hp=6c34c321161ac1e3ead8ea1267c3d275f6f9886b>
- Log ----------------------------------------------------------------- commit b7a0f54ced0ebd7e1706b3c27338d5e5ef39ab7d Author: Steffen Mueller <[email protected]> Date: Sun May 10 13:20:17 2009 +0200 Update info on number of magic types\n\nRemove mention of overloading being optional ----------------------------------------------------------------------- Summary of changes: pod/perlguts.pod | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pod/perlguts.pod b/pod/perlguts.pod index e889876..2b6fd8c 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -985,9 +985,9 @@ routine types: This MGVTBL structure is set at compile-time in F<perl.h> and there are -currently 19 types (or 21 with overloading turned on). These different -structures contain pointers to various routines that perform additional -actions depending on which function is being called. +currently 32 types. These different structures contain pointers to various +routines that perform additional actions depending on which function is +being called. Function pointer Action taken ---------------- ------------ -- Perl5 Master Repository
