Skip Menu |

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

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

People
Owner: MSISK [...] cpan.org
Requestors: eco [...] ecocode.net
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.16
Fixed in: (no value)



Subject: Date::Manip 6 incompatibility
Hello, Finance::QuoteHist seems to use the interface version 5 of Date::Manip. This is not a problem if Date::Manip is aware of this before loading the module. Adding following lines to Generic.pm before loading the Date::Manip module makes Finance::QuoteHist compatible with Date::Manip version 6 BEGIN { $Date::Manip::Backend = 'DM5'; } Best, -- Erik
F::QH is not currently using any of the Date::Manip function interface in ways incompatible between 5 and 6. I'll keep an eye on this, however, thanks for pointing it out.