Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
perl-Finance-Quote
perl-Finance-Quote-66235-Cdnfundlibrary-row.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File perl-Finance-Quote-66235-Cdnfundlibrary-row.patch of Package perl-Finance-Quote
https://rt.cpan.org/Public/Bug/Display.html?id=66235 Subject: Cdnfundlibrary isn't retrieving the newest available NAV Date: Mon Feb 28 01:39:08 2011 nul [...] ereomega.net - Ticket created The row of the table Cdnfundlibrary retrieves is the second to most recent (top) row. The following current code should be changed so that the newest available NAV is retrieved. Index: finance-quote/lib/Finance/Quote/Cdnfundlibrary.pm =================================================================== --- finance-quote.orig/lib/Finance/Quote/Cdnfundlibrary.pm +++ finance-quote/lib/Finance/Quote/Cdnfundlibrary.pm @@ -92,7 +92,7 @@ sub fundlibrary { $fundquote {$mutual, "method"} = "fundlibrary"; # Fund price and date - $row = $rows[1]; + $row = $rows[0]; $fundquote {$mutual, "price"} = $$row[2]; $fundquote {$mutual, "nav"} = $$row[2]; $fundquote {$mutual, "last"} = $$row[2];
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor