Actually, undef $SIG{FOO} should restore the default signal
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 20 Nov 2006 15:31:03 +0000 (15:31 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 20 Nov 2006 15:31:03 +0000 (15:31 +0000)
commitbaf38871fc80983cac18186eda941e2cc1b9430b
tree5a19892dc42741d4c2a71d0ee805a9f414d8c64e
parentef3f8aa3fa68a53e4fb36a449b1b8f7b88d809d9
Actually, undef $SIG{FOO} should restore the default signal
handler. Else, once we exit a block where the signal handler was
localized, it becomes ignored.

p4raw-id: //depot/perl@29328
mg.c