add strictures commit (out of order)
[catagits/HTML-Zoom.git] / lib / HTML / Zoom / FilterBuilder / Template.pm
index ee69983..a916e9e 100644 (file)
@@ -1,7 +1,6 @@
 package HTML::Zoom::FilterBuilder;
 
-use strict;
-use warnings FATAL => 'all';
+use strictures 1;
 use Template::Tiny;
 
 sub _template_object {