From: Jarkko Hietaniemi Date: Sun, 7 Nov 1999 13:17:03 +0000 (+0000) Subject: Four special class subs, not three. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7d9816167178f34fbf6a461f535912586fae6223;p=p5sagit%2Fp5-mst-13.2.git Four special class subs, not three. p4raw-id: //depot/cfgperl@4534 --- diff --git a/pod/perlmod.pod b/pod/perlmod.pod index 45a82ad..351ba73 100644 --- a/pod/perlmod.pod +++ b/pod/perlmod.pod @@ -212,9 +212,9 @@ This also has implications for the use of the SUPER:: qualifier =head2 Package Constructors and Destructors -Three special subroutines act as package -constructors and destructors. These are the C, C, C, -and C routines. The C is optional for these routines. +Four special subroutines act as package constructors and destructors. +These are the C, C, C, and C routines. The +C is optional for these routines. A C subroutine is executed as soon as possible, that is, the moment it is completely defined, even before the rest of the containing file