X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=lib%2FPublicInbox%2FHval.pm;h=70bae7c67db9bfc59e36779016e1842a3292a7ff;hp=a455884f1c4b2e2787d10c587a29198f6e1ddb7c;hb=476fc666c223f0fb;hpb=7dd78012da81d48e5e73e56c3255895dfa9de1f5 diff --git a/lib/PublicInbox/Hval.pm b/lib/PublicInbox/Hval.pm index a455884f..70bae7c6 100644 --- a/lib/PublicInbox/Hval.pm +++ b/lib/PublicInbox/Hval.pm @@ -9,6 +9,8 @@ use warnings; use Encode qw(find_encoding); use URI::Escape qw(uri_escape_utf8); use PublicInbox::MID qw/mid_clean/; +use base qw/Exporter/; +our @EXPORT_OK = qw/ascii_html/; # for user-generated content (UGC) which may have excessively long lines # and screw up rendering on some browsers. This is the only CSS style