add strictures commit (out of order)
[catagits/HTML-Zoom.git] / lib / HTML / Zoom / FilterStream.pm
index e349faf..4e9e53c 100644 (file)
@@ -1,7 +1,6 @@
 package HTML::Zoom::FilterStream;
 
-use strict;
-use warnings FATAL => 'all';
+use strictures 1;
 use base qw(HTML::Zoom::StreamBase);
 
 sub new {