Skip Menu |

This queue is for tickets about the Finance-Quote CPAN distribution.

Report information
The Basics
Id: 57552
Status: resolved
Priority: 0/
Queue: Finance-Quote

People
Owner: Nobody in particular
Requestors: MarkoSchuetz [...] web.de
Cc:
AdminCc:

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



Subject: Re: VWD.pm needs update after structure change
Date: Mon, 17 May 2010 08:32:58 -0400
To: bug-Finance-Quote [...] rt.cpan.org
From: Marko Schütz Schmuck <MarkoSchuetz [...] web.de>
At Thu, 08 Apr 2010 14:17:17 -0400, Marko Schütz Schmuck wrote: Show quoted text
> > Dear All, > > apparently vwd changed their web page structure recently. > > The <div class="wpKurs"> is no longer beneath an <h1>, but now beneath > an <h2>. Line 126 in Finance::Quote::VWD.pm (of version 1.17) needs to > be changed to > > my $head = $content->find("h2");
seems VWD changed this back to the previous <h1> tag, so the line must be changed back to my $head = $content->find("h1"); Best regards, Marko
Download (untitled)
application/pgp-signature 194b

Message body not shown because it is not plain text.

From: Thomas.Eschenbacher [...] gmx.de
just a note for the maintainer of this package: this report seems to be a duplicate of #62619
thanks for the work VWD is working through gihub pull -- Erik