added doc
John Napiorkowski [Fri, 25 Mar 2011 22:19:24 +0000 (18:19 -0400)]
lib/HTML/Zoom/ReadFH.pm

index 2307b04..6e3de6b 100644 (file)
@@ -40,8 +40,6 @@ sub getlines {
   return @lines;
 }
 
-## See: http://perldoc.perl.org/functions/read.html for read spec
-
 sub read {
   my ($self, $buff, $len, $off) = @_;
   $off = defined $off ? $off : 0;