deb_control_files:
- control
- md5sums
deb_fields:
Architecture: all
Depends: perl:any, libcgi-pm-perl, libdatetime-format-strptime-perl, libdatetime-perl,
libencode-perl, libhtml-parser-perl, libhtml-tableextract-perl, libhtml-tokeparser-simple-perl,
libhtml-tree-perl, libhtml-treebuilder-xpath-perl, libhttp-cookies-perl, libhttp-message-perl,
libio-compress-perl, libjson-parse-perl, libjson-perl, liblwp-protocol-https-perl,
libreadonly-perl, libscalar-list-utils-perl, libspreadsheet-xlsx-perl, libstring-util-perl,
libtext-template-perl, libtry-tiny-perl, liburi-perl, libweb-scraper-perl, libwww-perl
(>= 6.48), libxml-libxml-perl
Description: |-
Perl module for retrieving stock quotes from a variety of sources
Finance::Quote gets stock quotes from various internet sources all over the
world. Quotes are obtained by constructing a quoter object and using the
fetch method to gather data, which is returned as a two-dimensional hash (or
a reference to such a hash, if called in a scalar context). For example:
.
$q = Finance::Quote->new;
%info = $q->fetch("australia", "CML");
print "The price of CML is ".$info{"CML", "price"};
.
The first part of the hash (eg, "CML") is referred to as the stock.
The second part (in this case, "price") is referred to as the label.
Homepage: https://finance-quote.sourceforge.net/
Installed-Size: '550'
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Package: libfinance-quote-perl
Priority: optional
Section: perl
Version: 1.54-3
srcpkg_name: libfinance-quote-perl
srcpkg_version: 1.54-3