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/StreamBase.pm

index 0cc1d14..1293458 100644 (file)
@@ -118,5 +118,5 @@ sub _do {
 }
 
 sub DESTROY {}
-  
+
 1;