fix bug where first event isn't passed to filter during collect w/out inside
[catagits/HTML-Zoom.git] / lib / HTML / Zoom / Transform.pm
index e43474c..58c1900 100644 (file)
@@ -1,7 +1,6 @@
 package HTML::Zoom::Transform;
 
-use strict;
-use warnings FATAL => 'all';
+use strictures 1;
 use base qw(HTML::Zoom::SubObject);
 use HTML::Zoom::TransformedStream;