fix bug where first event isn't passed to filter during collect w/out inside
[catagits/HTML-Zoom.git] / lib / HTML / Zoom / SubObject.pm
index 3620e26..1d29462 100644 (file)
@@ -1,7 +1,6 @@
 package HTML::Zoom::SubObject;
 
-use strict;
-use warnings FATAL => 'all';
+use strictures 1;
 use Scalar::Util ();
 
 sub new {