Skip Menu |

This queue is for tickets about the HTML-Parser CPAN distribution.

Report information
The Basics
Id: 43164
Status: resolved
Priority: 0/
Queue: HTML-Parser

People
Owner: Nobody in particular
Requestors: antonio [...] dyne.org
Cc: 464950 [...] bugs.debian.org
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



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;
Thanks. Applied as: commit 1347607ba0d09352b93af023b8590197c20d52d6 Author: Antonio Radici <antonio@dyne.org> Date: Sat Jun 20 11:03:27 2009 +0200 Reference HTML::LinkExttor [RT#43164] diff --git a/eg/hanchors b/eg/hanchors index 3089bba..c7693fd 100755 --- a/eg/hanchors +++ b/eg/hanchors @@ -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::LinkExtor use HTML::Parser;