Tue Apr 21 10:44:52 2009njh [...] bandsman.co.uk - Ticket created
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.
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).
Mon Jun 01 02:06:53 2009bdfoy [...] cpan.org - Correspondence added
Fixed in 1.23
Mon Jun 01 02:06:54 2009bdfoy [...] cpan.org - Status changed from 'open' to 'resolved'
Mon Jun 01 02:06:55 2009bdfoy [...] cpan.org - Correspondence added
Fixed in 1.23
Mon Jun 01 02:06:56 2009The RT System itself - Status changed from 'resolved' to 'open'
Mon Jun 01 02:06:56 2009bdfoy [...] cpan.org - Status changed from 'open' to 'resolved'