Version 0.009006
[catagits/HTML-Zoom.git] / lib / HTML / Zoom.pm
index 5a852ea..f540ec2 100644 (file)
@@ -8,7 +8,7 @@ use HTML::Zoom::Transform;
 use HTML::Zoom::TransformBuilder;
 use Scalar::Util ();
 
-our $VERSION = '0.009004';
+our $VERSION = '0.009006';
 
 $VERSION = eval $VERSION;
 
@@ -162,6 +162,8 @@ sub AUTOLOAD {
   }
 }
 
+sub DESTROY {}
+
 1;
 
 =head1 NAME