Skip Menu |

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

Maintainer(s)' notes

Module's documentation has several ideas of what can be improved. Code is quite simple, but it's mostly C/XS. At least one task requires just Perl experience - would love to see tests without any additional code covering the following aspects and most probably discovering problems:

Report information
The Basics
Id: 122716
Status: new
Priority: 0/
Queue: HTML-Gumbo

People
Owner: Nobody in particular
Requestors: gregoa [...] cpan.org
Cc:
AdminCc:

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



From: gregoa [...] cpan.org
Subject: HTML::Gumbo documentation: Perl error in callback example
We have the following bug reported to the Debian package of HTML-Gumbo (https://bugs.debian.org/870789): It doesn't seem to be a bug in the packaging, so you may want to take a look. Thanks! ------8<-----------8<-----------8<-----------8<-----------8<----- Package: libhtml-gumbo-perl Version: 0.17-1+b2 Severity: minor The callback example in the HTML::Gumbo documentation contains: elsif ( $event eq /^(text|space|cdata|comment)$/ ) { This is incorrect. "eq" should be replaced by "=~". ------8<-----------8<-----------8<-----------8<-----------8<----- Thanks for considering, gregor herrmann, Debian Perl Group