summaryrefslogtreecommitdiff
path: root/pod/perlmod.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-11-07 13:17:03 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-11-07 13:17:03 +0000
commit7d9816167178f34fbf6a461f535912586fae6223 (patch)
tree7701f0acccfd0806e0c3ccf296e0cd0a2a0c104d /pod/perlmod.pod
parent3b7551e2c18f4c0bb8a881904803f808d6296cc4 (diff)
downloadperl-7d9816167178f34fbf6a461f535912586fae6223.tar.gz
Four special class subs, not three.
p4raw-id: //depot/cfgperl@4534
Diffstat (limited to 'pod/perlmod.pod')
-rw-r--r--pod/perlmod.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlmod.pod b/pod/perlmod.pod
index 45a82ad7a2..351ba73c5a 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<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