]> Sergey Matveev's repositories - public-inbox.git/commit
inbox: replace `eval {}' with `do {}' where appropriate
authorEric Wong <e@yhbt.net>
Sat, 18 Apr 2020 03:38:49 +0000 (03:38 +0000)
committerEric Wong <e@yhbt.net>
Sun, 19 Apr 2020 08:51:23 +0000 (08:51 +0000)
commita014723b600e35cd495f048c89611e611436a15e
treec74db81eb72ebb2fd6a4f48f6070b44263dcfee8
parent95e5b6c343c45bb303db67fe7eb77e395c031e8d
inbox: replace `eval {}' with `do {}' where appropriate

-Git->new and -Limiter->new will never fail unless there's
an OOM, so using `eval' is incorrect.
lib/PublicInbox/Inbox.pm