Skip Menu |

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

Report information
The Basics
Id: 39133
Status: open
Priority: 0/
Queue: Finance-YahooQuote

People
Owner: Nobody in particular
Requestors: TOMFAHLE [...] cpan.org
Cc:
AdminCc:

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



Subject: RealtimeQueryFormat Index 39 returns a hyperlink to an image
With useRealtimeQueryFormat(); Index 39 returns an additional link to an image. Example: #!/usr/bin/perl use strict; use warnings; use Finance::YahooQuote; my $symbol = 'ADS.DE'; useRealtimeQueryFormat(); my @quote = getonequote $symbol; # Get a quote for a single symbol print "[39] Last trade with time (real-time): $quote[39]\n"; Output: [39] Last trade with time (real-time): N/A - <b><img src=http://eur.i1.yimg.com/eur.yimg.com/i/eu/f/e.gif width=11 height=13 border=0>38.79</b>
Subject: Re: [rt.cpan.org #39133] RealtimeQueryFormat Index 39 returns a hyperlink to an image
Date: Tue, 9 Sep 2008 21:20:41 -0500
To: bug-Finance-YahooQuote [...] rt.cpan.org
From: Dirk Eddelbuettel <edd [...] debian.org>
On 9 September 2008 at 16:43, Thomas Fahle via RT wrote: | Tue Sep 09 16:42:59 2008: Request 39133 was acted upon. | Transaction: Ticket created by TOMFAHLE | Queue: Finance-YahooQuote | Subject: RealtimeQueryFormat Index 39 returns a hyperlink to an image | Broken in: 0.22 | Severity: Unimportant | Owner: Nobody | Requestors: TOMFAHLE@cpan.org | Status: new | Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=39133 > | | | With | | useRealtimeQueryFormat(); | | Index 39 returns an additional link to an image. That probably changed at their end and I should at least document the change. Thanks for the heads-up! Dirk | | Example: | | #!/usr/bin/perl | use strict; | use warnings; | | use Finance::YahooQuote; | | | my $symbol = 'ADS.DE'; | | useRealtimeQueryFormat(); | | my @quote = getonequote $symbol; # Get a quote for a single symbol | | print "[39] Last trade with time (real-time): $quote[39]\n"; | | | Output: | | [39] Last trade with time (real-time): N/A - <b><img | src=http://eur.i1.yimg.com/eur.yimg.com/i/eu/f/e.gif width=11 height=13 | border=0>38.79</b> | | | -- Three out of two people have difficulties with fractions.