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