X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=lib%2FPublicInbox%2FWwwStream.pm;h=fd558e1b799bb45c8a86797f6b78d0afdcab483a;hp=4d82cbb48e03202edf9c3234812444c24f6ebf5b;hb=89ebf169c3d5edd4f0c19124d586f076fb8d43b2;hpb=9f9290893bc241c5363d03b2d3c4acd15deb6d71 diff --git a/lib/PublicInbox/WwwStream.pm b/lib/PublicInbox/WwwStream.pm index 4d82cbb4..fd558e1b 100644 --- a/lib/PublicInbox/WwwStream.pm +++ b/lib/PublicInbox/WwwStream.pm @@ -8,8 +8,7 @@ # more common "push" model) package PublicInbox::WwwStream; use strict; -use warnings; -use base qw(Exporter); +use parent qw(Exporter); our @EXPORT_OK = qw(html_oneshot); use bytes (); # length use PublicInbox::Hval qw(ascii_html prurl);