]> Sergey Matveev's repositories - public-inbox.git/commit
inbox: move field population logic to initializer
authorEric Wong <e@80x24.org>
Mon, 20 Jun 2016 00:57:17 +0000 (00:57 +0000)
committerEric Wong <e@80x24.org>
Mon, 20 Jun 2016 00:57:39 +0000 (00:57 +0000)
commit0c8f677e55941c5c65b263294692899c549ce533
tree17a806c0af928bcdc52932c5b13b2abcc744534f
parent4b313dc74bc9bb84a542b7ec920cdb92879e7523
inbox: move field population logic to initializer

Inboxes are normally created by Config, but having the
population logic in Inbox should make it easier to mock
for testing.
lib/PublicInbox/Config.pm
lib/PublicInbox/Inbox.pm
t/feed.t
t/html_index.t