]> Sergey Matveev's repositories - public-inbox.git/commit
config: avoid unnecessary '||' use
authorEric Wong <e@80x24.org>
Tue, 15 Oct 2019 01:18:54 +0000 (01:18 +0000)
committerEric Wong <e@80x24.org>
Tue, 15 Oct 2019 20:26:41 +0000 (20:26 +0000)
commitfe3d294c237640bebf5d047c92921287a20d4485
tree39064625f8254436025c9cd7a530d77c7d35c712
parentb41c19abcf0b0ac8a5f55678bfb0058ad50b3179
config: avoid unnecessary '||' use

'//' is available in Perl 5.10+ which allows `0' and `""' (empty
string) to remain unclobbered.

We also don't need '||=' for initializing our internal caches.
lib/PublicInbox/Config.pm