This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In gv.t, check that the installed $SIG{__DIE__} handler is never called.
authorNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 13:27:43 +0000 (13:27 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 13:27:43 +0000 (13:27 +0000)
commit34770c8cd8a73ef611921faebd85df87219773ee
tree0ecaa3aa3273935f2777fae78b0d8339828728ab
parent4596752b8da44c630264e094a6e4a95082f0b07a
In gv.t, check that the installed $SIG{__DIE__} handler is never called.

98e007d4a6d559b3 missed adding a check that the first $SIG{__DIE__} handler
was never called. While tidying, make the second $e lexical, and check that
the second $SIG{__DIE__} handler remains uncalled at the end of its block.
t/op/gv.t