Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the WWW-Mechanize CPAN distribution.

Report information
The Basics
Id: 38162
Status: resolved
Priority: 0/
Queue: WWW-Mechanize

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

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



Subject: [PATCH] Missing links in WWW::Mechanize
WWW::Mechanize does not include the <head> <title>Test next</title> <link rel="next" type="text/html" href="next.html" /> </head> type links in the ->links () method --8<--- patch.diff --- lib/WWW/Mechanize.pm.org 2008-08-04 12:16:15.000000000 +0200 +++ lib/WWW/Mechanize.pm 2008-08-04 12:16:09.000000000 +0200 @@ -2291,6 +2291,7 @@ my %link_tags = ( frame => 'src', iframe => 'src', meta => 'content', + link => 'href', ); sub _extract_links { -->8---
Fixed in 1.51_02. In the future, please send these to the Google Code queue. http://code.google.com/p/www-mechanize/issues/list