Skip Menu |

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

Report information
The Basics
Id: 40659
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Finance-Quote

People
Owner: eco [...] ecocode.net
Requestors: JANW [...] cpan.org
Cc:
AdminCc:

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



Subject: Finanzpartner module broken
Finanzpartner.de slighly changed the site layout: --- lib/Finance/Quote/Finanzpartner.pm 2008-10-26 09:15:50.000000000 +0100 +++ lib/Finance/Quote/Finanzpartner.pm.new 2008-11-04 16:03:14.000000000 +0100 @@ -67,7 +67,7 @@ $info{$stock,"errormsg"} = "Couldn't parse website"; } else { $info{$stock,"name"} = $table->cell(1,1); - my $quote = $table->cell(7,1); + my $quote = $table->cell(6,1); my @part = split(/\s/, $quote); $info{$stock,"currency"} = $part[1]; $part[2] =~ s/\(//g;
Subject: Re: [rt.cpan.org #40659] Finanzpartner module broken
Date: Fri, 5 Dec 2008 18:31:54 +0100
To: bug-Finance-Quote [...] rt.cpan.org
From: Erik Colson <eco [...] ecocode.net>
Hello Emmanuel Thanks for your patch... Sorry for the late answer ! -- Erik On 04 Nov 2008, at 16:09, Jan Willamowius via RT wrote: Show quoted text
> Tue Nov 04 10:09:09 2008: Request 40659 was acted upon. > Transaction: Ticket created by JANW > Queue: Finance-Quote > Subject: Finanzpartner module broken > Broken in: 1.15 > Severity: Normal > Owner: Nobody > Requestors: JANW@cpan.org > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=40659 > > > > Finanzpartner.de slighly changed the site layout: > > --- lib/Finance/Quote/Finanzpartner.pm 2008-10-26 > 09:15:50.000000000 +0100 > +++ lib/Finance/Quote/Finanzpartner.pm.new 2008-11-04 > 16:03:14.000000000 +0100 > @@ -67,7 +67,7 @@ > $info{$stock,"errormsg"} = "Couldn't parse website"; > } else { > $info{$stock,"name"} = $table->cell(1,1); > - my $quote = $table->cell(7,1); > + my $quote = $table->cell(6,1); > my @part = split(/\s/, $quote); > $info{$stock,"currency"} = $part[1]; > $part[2] =~ s/\(//g; > >