]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/WwwStream.pm
wwwstream::oneshot => html_oneshot
[public-inbox.git] / lib / PublicInbox / WwwStream.pm
index 985e02622048b4a2ada72510aa84d4ab6273d7be..915a71ba0bd82df950ee498f03c9a2c078a78a79 100644 (file)
@@ -9,6 +9,8 @@
 package PublicInbox::WwwStream;
 use strict;
 use warnings;
+use base qw(Exporter);
+our @EXPORT_OK = qw(html_oneshot);
 use bytes (); # length
 use PublicInbox::Hval qw(ascii_html prurl);
 our $TOR_URL = 'https://www.torproject.org/';
@@ -170,7 +172,7 @@ sub getline {
        delete $self->{cb} ? _html_end($self) : undef;
 }
 
-sub oneshot {
+sub html_oneshot ($$;$) {
        my ($ctx, $code, $sref) = @_;
        my $self = bless {
                ctx => $ctx,