From: Simon Elliott Date: Fri, 20 May 2011 09:30:11 +0000 (+0100) Subject: add DESTROY methods to fix 5.14 noticing them being missing. X-Git-Tag: 0.009009~1^2~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FHTML-Zoom.git;a=commitdiff_plain;h=bce7b3519da39ab703e46aa27e9a5b1a1791279a add DESTROY methods to fix 5.14 noticing them being missing. --- diff --git a/lib/HTML/Zoom/StreamBase.pm b/lib/HTML/Zoom/StreamBase.pm index 0cc1d14..1293458 100644 --- a/lib/HTML/Zoom/StreamBase.pm +++ b/lib/HTML/Zoom/StreamBase.pm @@ -118,5 +118,5 @@ sub _do { } sub DESTROY {} - + 1;