Skip Menu |

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

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

People
Owner: eco [...] ecocode.net
Requestors: user42 [...] zip.com.au
Cc:
AdminCc:

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



Subject: TSP web page moved
Date: Fri, 23 Jul 2010 11:44:28 +1000
To: bug-Finance-Quote [...] rt.cpan.org
From: Kevin Ryde <user42 [...] zip.com.au>
The TSP prices page seems to have moved. The columns might have changed from upper case "C FUND" to "C Fund" too, but that doesn't seem to hurt.
diff --git a/lib/Finance/Quote/TSP.pm b/lib/Finance/Quote/TSP.pm index 088a70a..e5cd1ed 100644 --- a/lib/Finance/Quote/TSP.pm +++ b/lib/Finance/Quote/TSP.pm @@ -43,7 +43,7 @@ $VERSION = '1.17'; # URLs of where to obtain information -$TSP_URL = 'http://www.tsp.gov/rates/share-prices.html'; +$TSP_URL = 'https://www.tsp.gov/investmentfunds/shareprice/sharePriceHistory.shtml'; $TSP_MAIN_URL=("http://www.tsp.gov"); %TSP_FUND_COLUMNS = (
Thanks Laurent! Patch applied. -- Erik