]> Sergey Matveev's repositories - public-inbox.git/commit
inboxwritable: mime_from_path: reduce `$/' scope and returns
authorEric Wong <e@yhbt.net>
Sat, 1 Aug 2020 08:12:24 +0000 (08:12 +0000)
committerEric Wong <e@yhbt.net>
Sun, 2 Aug 2020 08:26:17 +0000 (08:26 +0000)
commit9447bac572fccad88f8a1aacf0cd3aceef787182
treeec9f2f6224ea9593430ffd1967ef22ebe9b1a7fa
parent3e5b497d0f7d415140da2caabf267d62711b83b4
inboxwritable: mime_from_path: reduce `$/' scope and returns

We don't want `local $/' affecting Eml->new, and we can
use implicit returns which may be faster on older Perl.
lib/PublicInbox/InboxWritable.pm