Four special class subs, not three.
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 7 Nov 1999 13:17:03 +0000 (13:17 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 7 Nov 1999 13:17:03 +0000 (13:17 +0000)
p4raw-id: //depot/cfgperl@4534

pod/perlmod.pod

index 45a82ad..351ba73 100644 (file)
@@ -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<BEGIN>, C<STOP>, C<INIT>,
-and C<END> routines.  The C<sub> is optional for these routines.
+Four special subroutines act as package constructors and destructors.
+These are the C<BEGIN>, C<STOP>, C<INIT>, and C<END> routines.  The
+C<sub> is optional for these routines.
 
 A C<BEGIN> subroutine is executed as soon as possible, that is, the moment
 it is completely defined, even before the rest of the containing file