]> Sergey Matveev's repositories - public-inbox.git/commit
config: flatten each_inbox and iterate_start args
authorEric Wong <e@80x24.org>
Wed, 9 Sep 2020 06:26:12 +0000 (06:26 +0000)
committerEric Wong <e@80x24.org>
Thu, 10 Sep 2020 19:45:18 +0000 (19:45 +0000)
commit352e2799ecec328f71aa33219214a0e3fc3d5f10
tree4f1f22c286d613843d62c49d695a99f2ea05b08c
parentde9648ca847cf032aab6da9cac1217bf9cca9c90
config: flatten each_inbox and iterate_start args

In Perl, we can simplify callers by passing a single array
all the way down the stack instead of a single array ref which
needs to be expanded every call.
lib/PublicInbox/Config.pm
lib/PublicInbox/ExtMsg.pm
lib/PublicInbox/Watch.pm
lib/PublicInbox/WwwListing.pm