diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-11-04 17:28:29 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-11-04 17:28:29 +0000 |
commit | b649325ef65e81b9d9fb06425544870f349092af (patch) | |
tree | 08af6df6000b2bd878b1b2e5e05cd48a1db0464b /pod/perldiag.pod | |
parent | 8f8cdbf6343f634e384f54fc78726b32bb817e30 (diff) | |
download | perl-b649325ef65e81b9d9fb06425544870f349092af.tar.gz |
implement STOP blocks and fix compiler to use them (minimally
tested)
p4raw-id: //depot/perl@4515
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 0b1f68e848..277e6342bc 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1316,10 +1316,11 @@ ugly. Your code will be interpreted as an attempt to call a method named "elseif" for the class returned by the following block. This is unlikely to be what you want. -=item END failed--cleanup aborted +=item %s failed--call queue aborted -(F) An untrapped exception was raised while executing an END subroutine. -The interpreter is immediately exited. +(F) An untrapped exception was raised while executing a STOP, INIT, or +END subroutine. Processing of the remainder of the queue of such +routines has been prematurely ended. =item entering effective %s failed |