CC: | 464950 [...] bugs.debian.org |
Hi,
the following patch add a "See also HTML::LinkExtractor" to one of your
examples (hanchors), as requested by http://bugs.debian.org/464950
Please let us know if you intend to accept the patch or not :-)
Cheers
Antonio
Subject: | fix_hanchors_description.patch |
# adding a See also to close #464950
Index: libhtml-parser-perl/eg/hanchors
===================================================================
--- libhtml-parser-perl.orig/eg/hanchors 2009-02-09 22:28:39.000000000 +0000
+++ libhtml-parser-perl/eg/hanchors 2009-02-09 22:29:14.000000000 +0000
@@ -2,6 +2,8 @@
# This program will print out all <a href=".."> links in a
# document together with the text that goes with it.
+#
+# See also HTML::LinkExtractor
use HTML::Parser;