Finance::Quote Load Times

Erik Colson eco at ecocode.net
Sun Oct 11 12:44:03 EDT 2015


Hi David,

Can you try this on your command prompt ?

time perl -M"Finance::Quote" -e 'print"finished\n"'

On my system this runs in 0m0.055s.

and following command will tell you where perl did find Finance::Quote
after loading it. You might want to modify your PERL5LIB environment
variable to make this path checked ASAP.

perl -M"Finance::Quote" -e 'print $INC{"Finance/Quote.pm"}'

best
-- 
erik colson


More information about the gnucash-user mailing list