Skip Menu |

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

Report information
The Basics
Id: 18091
Status: resolved
Priority: 0/
Queue: Finance-QuoteHist

People
Owner: MSISK [...] cpan.org
Requestors: jcalkins [...] swcp.com
Cc:
AdminCc:

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



Subject: Fatal error parsing date string in splits()
Reporting splits for most symbols works like a charm. A few symbols consistently result in a fatal error. command line: perl -MFinance::QuoteHist -e "@symbols = @ARGV; $q = Finance::QuoteHist->new(symbols => \@symbols, start_date => '01/01/2000', end_date => 'today'); print qq(\nSplits\n); foreach $row ($q->splits()) { print qq(@$row\n); }" GERN ERROR: Problem parsing date string '' at -e line 1 In a program the error message will report the line number that contains "foreach $row ($q->splits()) {"