From: Eric Wong Date: Mon, 30 Mar 2020 05:18:42 +0000 (-0500) Subject: wwwstream::oneshot => html_oneshot X-Git-Tag: v1.4.0~44 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=2fc67a18b7ccd75ea6eb945f18203cbf4bcf228f;hp=2fc67a18b7ccd75ea6eb945f18203cbf4bcf228f;p=public-inbox.git 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") ---