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