getting stock quotes - update-finance-quote error
Greg Hewgill
greg@hewgill.com
Tue, 19 Jun 2001 13:36:45 -0500
On Tue, Jun 19, 2001 at 10:35:39PM +0200, Marcel Felgentraeger wrote:
> Hi. I have the same problems with the price update, but unfortunatly
> I have not idea how to force the install, since I'm relativ new to linux :)
You should be able to do it with the following commands (as root):
perl -MCPAN -e shell
install Date::Manip
force install Finance::Quote
quit
I had the same issue with the tests in Finance::Quote, and the above procedure
installed the module successfully.
Greg Hewgill