]> Sergey Matveev's repositories - public-inbox.git/commit
pkt_op: do not exit subroutine via "next"
authorEric Wong <e@80x24.org>
Thu, 4 Feb 2021 02:06:54 +0000 (02:06 +0000)
committerEric Wong <e@80x24.org>
Thu, 4 Feb 2021 09:50:56 +0000 (09:50 +0000)
commit200a81c0c32173edf9a7ac5bc555c6dfb1aa28b5
tree186a144bd91b8a106f1ae4fe85c933b6e35484d8
parent91e02efc186202ebc16795bdb17f2abcca6e95a0
pkt_op: do not exit subroutine via "next"

"next" apparently doesn't work in "do {} while" loops,
so just use "while" as it makes no difference, here.
lib/PublicInbox/PktOp.pm