add DESTROY methods to fix 5.14 noticing them being missing.
Simon Elliott [Fri, 20 May 2011 09:30:11 +0000 (10:30 +0100)]
lib/HTML/Zoom.pm
lib/HTML/Zoom/StreamBase.pm

index 1cb15de..596b862 100644 (file)
@@ -174,6 +174,8 @@ sub _do {
   }
 }
 
+sub DESTROY {}
+
 1;
 
 =head1 NAME
index ae5374c..1293458 100644 (file)
@@ -117,4 +117,6 @@ sub _do {
   return $self->select($selector)->$meth(@args);
 }
 
+sub DESTROY {}
+
 1;