Add tests for parsing sections of HTML defined as containing CDATA.
[catagits/HTML-Zoom.git] / t / doctype.t
index b0e5e1b..28a7a69 100644 (file)
@@ -1,5 +1,4 @@
-use strict;
-use warnings FATAL => 'all';
+use strictures 1;
 use Test::More qw(no_plan);
 
 use HTML::Zoom;