Package: libfinance-quote-perl
Version: 1.16-1
Severity: normal
Gnucash quote lookups are failing once again with the latest version
of libfinance-quote-perl, since the old bug of inconsistent entries
in @FIELDS and @FIELD_ENCODING seems back. Swapping "d1" and "t1"
in the @FIELD_ENCODING definition fixes the problem, as it needs to
match with the order of "date" and "time" in @FIELDS:
host:~# diff
/usr/share/perl5/Finance/Quote/Yahoo/Base.pm{,.orig}
63c63
< @FIELD_ENCODING = qw/s n l1 d1 t1 c1 p2 v b a p o m w e r r1 d y j1 q
a2 c4/;
---
> @FIELD_ENCODING = qw/s n l1 t1 d1 c1 p2 v b a p o m w e r r1 d y j1 q
a2 c4/;
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (300, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.29-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libfinance-quote-perl depends on:
ii libcrypt-ssleay-perl 0.57-1+b1 Support for https protocol in LWP
ii libhtml-tableextract-perl 2.10-3 module for extracting the content
ii libwww-perl 5.826-1 WWW client/server library for Perl
ii perl 5.10.0-22 Larry Wall's Practical Extraction
libfinance-quote-perl recommends no packages.
libfinance-quote-perl suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]