]> Sergey Matveev's repositories - public-inbox.git/commit
ds: pass $self to code references
authorEric Wong <e@80x24.org>
Mon, 24 Jun 2019 02:52:29 +0000 (02:52 +0000)
committerEric Wong <e@80x24.org>
Mon, 24 Jun 2019 05:26:26 +0000 (05:26 +0000)
commit8e1c3155da4edc082e8e3d8b30351f0c861757a7
tree255a1c9ddb68b8c2ece212adc4ad1df677bec4c0
parent2600289573c569fea65a1da817497414175bae55
ds: pass $self to code references

We can reduce the amount of short-lived anonymous subs we
create by passing $self to code references.
lib/PublicInbox/DS.pm
lib/PublicInbox/HTTP.pm
lib/PublicInbox/HTTPD/Async.pm