]> Sergey Matveev's repositories - public-inbox.git/commit
xapcmd: do not fire END and DESTROY handlers in child
authorEric Wong <e@80x24.org>
Fri, 15 Nov 2019 09:50:41 +0000 (09:50 +0000)
committerEric Wong <e@80x24.org>
Sat, 16 Nov 2019 11:05:23 +0000 (11:05 +0000)
commitb05207350b218972fc7614c75b49eaae26f9013a
tree5a48419793ce37783e6199ffd00a41887bee8bf3
parent2500dfda84f86a8b83e89bf69cfd32ace54edead
xapcmd: do not fire END and DESTROY handlers in child

We need to bypass whatever Test::More does with END/DESTROY
handlers for use in lon-lived process.  This doesn't affect
any of our normal code since we don't use END/DESTROY for
Xapcmd and its callers.
lib/PublicInbox/Xapcmd.pm