add strictures commit (out of order)
[catagits/HTML-Zoom.git] / lib / HTML / Zoom / ReadFH.pm
index 9fb2ad9..b877c53 100644 (file)
@@ -1,7 +1,6 @@
 package HTML::Zoom::ReadFH;
 
-use strict;
-use warnings FATAL => 'all';
+use strictures 1;
 
 sub from_zoom {
   my ($class, $zoom) = @_;