]> Sergey Matveev's repositories - public-inbox.git/commit
hlmod: make into a singleton
authorEric Wong <e@80x24.org>
Sat, 2 Feb 2019 07:35:06 +0000 (07:35 +0000)
committerEric Wong <e@80x24.org>
Tue, 5 Feb 2019 10:58:35 +0000 (10:58 +0000)
commit8eb2c4f7c0aed11810280c6dfa63f75fd961e3cd
tree8544eeb37994389de4bde873bb9d023d2cb465ba
parent58db2bbcbc9836fe36c91eff761e31edfd53f866
hlmod: make into a singleton

It turns out there's no point in having multiple instances of
this or having to worry about destruction or destruction
ordering.

This will make it easier to reuse the one instance we have
across different modules.
lib/PublicInbox/HlMod.pm
lib/PublicInbox/ViewVCS.pm
t/hl_mod.t