]> Sergey Matveev's repositories - public-inbox.git/commit
wwwstream::oneshot => html_oneshot
authorEric Wong <e@yhbt.net>
Mon, 30 Mar 2020 05:18:42 +0000 (00:18 -0500)
committerEric Wong <e@yhbt.net>
Mon, 30 Mar 2020 17:49:28 +0000 (17:49 +0000)
commit2fc67a18b7ccd75ea6eb945f18203cbf4bcf228f
treebd039357e25d31f14caf0144175eae14cfdeafc2
parent99ba1517d9a636d72b014c3d89f176575bdfcc59
wwwstream::oneshot => html_oneshot

And use Exporter to make our life easier, since WwwAltId was
using a non-existent PublicInbox::WwwResponse namespace in error
paths which doesn't get noticed by `perl -c' or exercised by
tests on normal systems.

Fixes: 6512b1245ebc6fe3 ("www: add endpoint to retrieve altid dumps")
lib/PublicInbox/ExtMsg.pm
lib/PublicInbox/Mbox.pm
lib/PublicInbox/ViewVCS.pm
lib/PublicInbox/WwwAltId.pm
lib/PublicInbox/WwwStream.pm