From: Matt S Trout Date: Mon, 27 Sep 2010 19:12:18 +0000 (+0100) Subject: add VERSION to Zoom.pM X-Git-Tag: release_0.009004~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FHTML-Zoom.git;a=commitdiff_plain;h=7af7362da1178a85c938a123ea2b9bf95d43519e add VERSION to Zoom.pM --- diff --git a/lib/HTML/Zoom.pm b/lib/HTML/Zoom.pm index 07378b4..dba35d3 100644 --- a/lib/HTML/Zoom.pm +++ b/lib/HTML/Zoom.pm @@ -8,6 +8,10 @@ use HTML::Zoom::ReadFH; use HTML::Zoom::Transform; use HTML::Zoom::TransformBuilder; +our $VERSION = '0.009001'; + +$VERSION = eval $VERSION; + sub new { my ($class, $args) = @_; my $new = {};