Skip Menu |

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

Report information
The Basics
Id: 63246
Status: resolved
Priority: 0/
Queue: WWW-Google-Calculator

People
Owner: Nobody in particular
Requestors: derzok [...] gmail.com
Cc:
AdminCc:

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



Subject: Bug and fix
Date: Mon, 22 Nov 2010 17:31:13 -0500
To: bug-WWW-Google-Calculator [...] rt.cpan.org
From: Zok lastname <derzok [...] gmail.com>
Google changed some more stuff with the results. Instead of wrapping in a <b> tag, the results now come in an <h2> tag. Patch is as follows: 102,103c102,103 < $p->get_tag('h2'); < $res = $p->get_trimmed_text('/h2'); --- Show quoted text
> $p->get_tag('b'); > $res = $p->get_trimmed_text('/b');
-Zok
Fixed at 0.06, Thanks!