]> Sergey Matveev's repositories - public-inbox.git/commit
config: split out iterator into separate object
authorEric Wong <e@80x24.org>
Wed, 9 Sep 2020 06:26:13 +0000 (06:26 +0000)
committerEric Wong <e@80x24.org>
Thu, 10 Sep 2020 19:45:18 +0000 (19:45 +0000)
commit8fdea96141a65ac85d22d21ed9e3f999259ee73c
treeadd5a5934733e2520fd04b152bde30cb223cb5dd
parent352e2799ecec328f71aa33219214a0e3fc3d5f10
config: split out iterator into separate object

We will need to allow simultaneous iterators on the same
config object, since we'll need this for ExtMsg, NNTPD,
WwwListing, NewsWWW, and other places.
MANIFEST
lib/PublicInbox/Config.pm
lib/PublicInbox/ConfigIter.pm [new file with mode: 0644]
lib/PublicInbox/IMAPD.pm