]> Sergey Matveev's repositories - public-inbox.git/commit
mboxgz: pass $ctx to callback to avoid anon subs
authorEric Wong <e@80x24.org>
Wed, 25 Dec 2019 07:50:50 +0000 (07:50 +0000)
committerEric Wong <e@80x24.org>
Fri, 27 Dec 2019 20:00:37 +0000 (20:00 +0000)
commit07c51ae017dae0ea221ba756e9c6ec46f6a587de
tree2a9dcbec3ee224c45b09c1cc5212605ba86a8498
parentdb748229054d52cdcc95843db5d827b49defeaff
mboxgz: pass $ctx to callback to avoid anon subs

Another place where we can rid ourselves of most anonymous subs
by passing the $ctx arg to the callback.
lib/PublicInbox/Mbox.pm
lib/PublicInbox/MboxGz.pm