]> Sergey Matveev's repositories - public-inbox.git/commit
config: do not slurp lines into memory
authorEric Wong <e@80x24.org>
Wed, 8 Feb 2017 21:41:38 +0000 (21:41 +0000)
committerEric Wong <e@80x24.org>
Thu, 9 Feb 2017 00:00:03 +0000 (00:00 +0000)
commitba4c50c20b95679580beba1ef290a4281d5285b7
tree250e2762c2fb7e0637b453623151052342aebd00
parented3ad34bbb10edbe6ea022cb2959eb556df89d6f
config: do not slurp lines into memory

There's no need to hold everything in memory, here,
since apparently "foreach" will read everything at
once in array context

(for some reason, I thought Perl5 was smart enough
 to avoid creating a temporary array, here...)
lib/PublicInbox/Config.pm