This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
clarify how $SIG{__DIE__} can return
authorDavid Mitchell <davem@iabyn.com>
Sun, 8 Jan 2012 15:45:39 +0000 (15:45 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sun, 8 Jan 2012 15:45:39 +0000 (15:45 +0000)
commitc94b42ea5841e1ad13f8a690f05308e25164ef27
tree5288201ab3f0f3280e9a53e08df8e2682363984d
parent0d3e3823fc2c5798b126aa5b37330bbcf7532319
clarify how $SIG{__DIE__} can return

It can return via 'goto &sub', but not via 'goto LABEL'.
The docs originally just said 'via goto'

See [perl #44367].
pod/perlvar.pod