]> Sergey Matveev's repositories - public-inbox.git/commit
githttpbackend: split out wwwstatic
authorEric Wong <e@80x24.org>
Wed, 25 Dec 2019 07:50:48 +0000 (07:50 +0000)
committerEric Wong <e@80x24.org>
Fri, 27 Dec 2019 20:00:32 +0000 (20:00 +0000)
commit07d0e2d336d4697c3284fe3dd59dae0583984e23
tree792e6477bfaa63f4ad4ebdf68ee2fa1f6f559693
parenta7949988f7f8690c868d2150fe3000fcf6a6d5f4
githttpbackend: split out wwwstatic

Make it easier to share code between our GitHTTPBackend and Cgit
packages, for now, and possibly other packages in the future.

We can avoid inline_object and anonymous subs at the same
time, reducing per-request memory overhead.
MANIFEST
lib/PublicInbox/Cgit.pm
lib/PublicInbox/GitHTTPBackend.pm
lib/PublicInbox/WwwStatic.pm [new file with mode: 0644]