add strictures commit (out of order)
[catagits/HTML-Zoom.git] / lib / HTML / Zoom / ZConfig.pm
index 9cf060b..7809e97 100644 (file)
@@ -1,7 +1,6 @@
 package HTML::Zoom::ZConfig;
 
-use strict;
-use warnings FATAL => 'all';
+use strictures 1;
 
 my %DEFAULTS = (
   parser => 'HTML::Zoom::Parser::BuiltIn',