add VERSION to Zoom.pM
[catagits/HTML-Zoom.git] / lib / HTML / Zoom.pm
index 07378b4..dba35d3 100644 (file)
@@ -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 = {};