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