Skip Menu |

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

Report information
The Basics
Id: 45189
Status: resolved
Priority: 0/
Queue: HTML-SimpleLinkExtor

People
Owner: Nobody in particular
Requestors: njh [...] bandsman.co.uk
Cc:
AdminCc:

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



Subject: Links method returns blanks
The attached program prints a warning, then 4 lines of "link:" without showing the link, then the 4 lines with the hrefs. It's as though the links method returns a list of blanks.
Subject: extor
Download extor
application/octet-stream 612b

Message body not shown because it is not plain text.

It looks like this is a problem in 1.22. If you can create a patch to fix it, let me know. Thanks,
If you revert the change from 1.19 to 1.22 in sub links: 1.19: return map { $$_[2] } $_[0]->_link_refs; 1.22: return map { $$_[3] } $_[0]->_link_refs; It works (i.e. use $$_[2] instead of $$_[3]). Having said that I don't know if it breaks anything else ;-) Feel free to use my code as a test case (provided that you acknowledge me as the author).
Fixed in 1.23
Fixed in 1.23