X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FHTML%2FZoom.pm;h=936ecc96dac911409cb63611c0e44271590a7904;hb=1cf035405cb81b780825c083cf7f5c0767b19243;hp=80ee8e9b369f5ea4c8dc7a2adaadb06ab8402db0;hpb=c787a57ba53a1929bd083564b2e1f3679668c47e;p=catagits%2FHTML-Zoom.git diff --git a/lib/HTML/Zoom.pm b/lib/HTML/Zoom.pm index 80ee8e9..936ecc9 100644 --- a/lib/HTML/Zoom.pm +++ b/lib/HTML/Zoom.pm @@ -1,14 +1,13 @@ package HTML::Zoom; -use strict; -use warnings FATAL => 'all'; +use strictures 1; use HTML::Zoom::ZConfig; use HTML::Zoom::ReadFH; use HTML::Zoom::Transform; use HTML::Zoom::TransformBuilder; -our $VERSION = '0.009001'; +our $VERSION = '0.009003'; $VERSION = eval $VERSION;