Subject: | QuoteHist 1.12 Installation Fails on basic.t when Regexp::Common not installed |
Date: | Fri, 18 Dec 2009 23:20:11 -0800 |
To: | <bug-Finance-QuoteHist [...] rt.cpan.org> |
From: | "Don Hejna" <donhejna [...] alumni.stanfordgsb.org> |
Thanks for maintaining this package! I found the following installation
problem:
Running as root on Ubuntu 9.04:
perl -MCPAN -e shell
install Finance::QuoteHist
Fails to install due to failure of 00_basic.t line 6 which is a test of
Finance::QuoteHist::QuoteMedia.
Error Message:
# at t/00_basic.t line 6.
# Tried to use 'Finance::QuoteHist::QuoteMedia'.
# Error: Can't locate Regexp/Common.pm in @INC..
It appears that QuoteMedia relies on Regexp::Common being installed but does
not include it as a dependency.
Manually installing Regexp::Common first allows the installation to proceed
without error on subsequent runs.
I'll leave the fixin to the experts.
-D