about summary refs log tree commit homepage
path: root/lib/PublicInbox/WwwStream.pm
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-07-05 23:27:42 +0000
committerEric Wong <e@yhbt.net>2020-07-06 20:01:15 +0000
commit89ebf169c3d5edd4f0c19124d586f076fb8d43b2 (patch)
tree6ea9b23c6218c2ec7987680958cd72241441bf39 /lib/PublicInbox/WwwStream.pm
parent9f9290893bc241c5363d03b2d3c4acd15deb6d71 (diff)
downloadpublic-inbox-89ebf169c3d5edd4f0c19124d586f076fb8d43b2.tar.gz
parent.pm is leaner than base and we'll rely on `-w' for
warnings during development.
Diffstat (limited to 'lib/PublicInbox/WwwStream.pm')
-rw-r--r--lib/PublicInbox/WwwStream.pm3
1 files changed, 1 insertions, 2 deletions
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);