add VERSION to Zoom.pM
Matt S Trout [Mon, 27 Sep 2010 19:12:18 +0000 (20:12 +0100)]
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 = {};