Share

Finance::Quote

File Release Notes and Changelog

Release Name: 1.05

Notes:
G'day everyone,

	Finance::Quote 1.05 is out.  This is primarily a bugfix
version, solving some problems that were experienced with currency
conversion.  However, it also adds support for user-specified
modules to be loaded.

	If the FQ_LOAD_QUOTELET environment variable is set, then
the contents of the variable (split on whitespace) will be used as
the argument list for new F::Q objects if no explicit argument list
is provided.  Hence, using something like this:

		export FQ_LOAD_QUOTELET=-defaults MyModule

	F::Q would load both the default modules and search for
Finance::Quote::MyModule.  This should make life easier for people
wishing to develop new modules.

	Cheers,

		Paul


Changes: 2000-11-21 Paul Fenwick <pjf@cpan.org> * Extra code to ensure that currency-fields returned by a Quotelet are unique. This prevents the potential bug of a field undergoing currency conversion multiple times and hence being quite off-track. 2000-11-29 Paul Fenwick <pjf@cpan.org> * Updated the URL we obtain currency information to http://uk.finance.yahoo.com/m5?" * Updated docs in Yahoo/Europe.pm to note the Xtera exchange moving from FX to DE. * Thanks to Jan Willamowius for the above two changes. 2000-12-05 Paul Fenwick <pjf@cpan.org> * Updated the Yahoo::USA source to finance.yahoo.com as the quote.yahoo.com may become depreciated in the future. Thanks to Iain Lea for spotting this. 2000-01-22 Paul Fenwick <pjf@cpan.org> * Updated to respect the FQ_LOAD_QUOTELET environment variable to auto-load custom Quotelet. 2000-02-16 Paul Fenwick <pjf@cpan.org> * Updated to repsect formatting changes in data fed to the currency function. * Updated Quote.pm to include updated information on FQ_LOAD_QUOTELET * CVSTAG: finance_quote_1_05