Mon Nov 22 17:31:46 2010derzok [...] gmail.com - Ticket created
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