]> Sergey Matveev's repositories - public-inbox.git/commit
config: eliminate unnecessary join call up front
authorEric Wong <e@80x24.org>
Sun, 20 Dec 2020 06:30:16 +0000 (06:30 +0000)
committerEric Wong <e@80x24.org>
Sun, 20 Dec 2020 20:39:15 +0000 (20:39 +0000)
commitfb7d958dbc601f126dc391d915f5935d4cfc595e
tree6a0ffa8d1fd94b9fcc99d095e10c77944511d66a
parente77241850763dea9995381f3c0c7b354aa791cc0
config: eliminate unnecessary join call up front

We can rely on implicit join in string interpolation on die()
iff needed.

And just creating the arrayref up front to avoid an extra
backslash seems nicer at the moment.
lib/PublicInbox/Config.pm