From c2ae55ff47069952ac181111e83e550d7ff3c710 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 5 Jul 2020 23:27:26 +0000 Subject: mbox: remove html_oneshot import It's no longer needed, we no longer show a runtime error for zlib being missing, as zlib is a hard requirement. Fixes: a318e758129d616b ("make zlib-related modules a hard dependency") --- lib/PublicInbox/Mbox.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/PublicInbox') diff --git a/lib/PublicInbox/Mbox.pm b/lib/PublicInbox/Mbox.pm index b46dacfd..4c0b01ed 100644 --- a/lib/PublicInbox/Mbox.pm +++ b/lib/PublicInbox/Mbox.pm @@ -13,7 +13,6 @@ use warnings; use PublicInbox::MID qw/mid_escape/; use PublicInbox::Hval qw/to_filename/; use PublicInbox::Smsg; -use PublicInbox::WwwStream qw(html_oneshot); use PublicInbox::Eml; sub subject_fn ($) { -- cgit v1.2.3-24-ge0c7