X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FHTML%2FZoom%2FReadFH.pm;h=b877c53652fc7c04b40939bb8462b7a08e195744;hb=54d3fe9ef5e8ed22842cc95a7d589107ed3e21ab;hp=9fb2ad9812091ffbd524c463a6616da10a3a1900;hpb=bf5a23d02e1ab37136d70e736014a81ecfcfe15c;p=catagits%2FHTML-Zoom.git diff --git a/lib/HTML/Zoom/ReadFH.pm b/lib/HTML/Zoom/ReadFH.pm index 9fb2ad9..b877c53 100644 --- a/lib/HTML/Zoom/ReadFH.pm +++ b/lib/HTML/Zoom/ReadFH.pm @@ -1,7 +1,6 @@ package HTML::Zoom::ReadFH; -use strict; -use warnings FATAL => 'all'; +use strictures 1; sub from_zoom { my ($class, $zoom) = @_;