support for hashref in set_attribute + add_to_attribute
[catagits/HTML-Zoom.git] / lib / HTML / Zoom / StreamBase.pm
index ae5374c..1293458 100644 (file)
@@ -117,4 +117,6 @@ sub _do {
   return $self->select($selector)->$meth(@args);
 }
 
+sub DESTROY {}
+
 1;