X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FHTML%2FZoom%2FStreamUtils.pm;h=ff42fa66fe33d5f8380671e13a83750e9e6c9e1d;hb=1cf035405cb81b780825c083cf7f5c0767b19243;hp=3b2f9217275db18d27d9dda07cb58fff4d75a7c1;hpb=c787a57ba53a1929bd083564b2e1f3679668c47e;p=catagits%2FHTML-Zoom.git diff --git a/lib/HTML/Zoom/StreamUtils.pm b/lib/HTML/Zoom/StreamUtils.pm index 3b2f921..ff42fa6 100644 --- a/lib/HTML/Zoom/StreamUtils.pm +++ b/lib/HTML/Zoom/StreamUtils.pm @@ -1,7 +1,6 @@ package HTML::Zoom::StreamUtils; -use strict; -use warnings FATAL => 'all'; +use strictures 1; use base qw(HTML::Zoom::SubObject); use Scalar::Util ();