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
Message body not shown because it is not plain text.