Re: Finance::Quote

[email protected] (Mike)
Newsgroups perl.beginners
Message-ID <[email protected]>
Thanks so much for this answer.

I did 'cpan -fi Finance::Quote', and of course there
was a ton of output.  The end looks like this:

/home/mike/.cpan/build/Finance-Quote-1.70-1/blib/lib 
/home/mike/.cpan/build/Finance-Quote-1.70-1/blib/arch 
/home/mike/perl5/lib/perl5/5.30.0/x86_64-linux 
/home/mike/perl5/lib/perl5/5.30.0/x86_64-linux 
/home/mike/perl5/lib/perl5/5.30.0 
/home/mike/perl5/lib/perl5/x86_64-linux 
/home/mike/perl5/lib/perl5/5.30.0/x86_64-linux 
/home/mike/perl5/lib/perl5/5.30.0 
/home/mike/perl5/lib/perl5/x86_64-linux /home/mike/perl5/lib/perl5 
/home/mike/perl5/lib/perl5/5.30.0/x86_64-linux 
/home/mike/perl5/lib/perl5/5.30.0 
/home/mike/perl5/lib/perl5/x86_64-linux /home/mike/perl5/lib/perl5 
/home/mike/perl5/perlbrew/perls/perl-5.30.0/lib/site_perl/5.30.0/x86_64-linux 
/home/mike/perl5/perlbrew/perls/perl-5.30.0/lib/site_perl/5.30.0 
/home/mike/perl5/perlbrew/perls/perl-5.30.0/lib/5.30.0/x86_64-linux 
/home/mike/perl5/perlbrew/perls/perl-5.30.0/lib/5.30.0 .) at 
/home/mike/.cpan/build/Finance-Quote-1.70-1/blib/lib/Finance/Quote/MorningstarJP.pm 
line 27.
BEGIN failed--compilation aborted at 
/home/mike/.cpan/build/Finance-Quote-1.70-1/blib/lib/Finance/Quote/MorningstarJP.pm 
line 27.
Compilation failed in require at 
/home/mike/perl5/lib/perl5/Module/Load.pm line 78.
Can't locate Finance/Quote/MorningstarJP in @INC (@INC contains: 
/home/mike/.cpan/build/Finance-Quote-1.70-1/blib/lib 
/home/mike/.cpan/build/Finance-Quote-1.70-1/blib/arch 
/home/mike/perl5/lib/perl5/5.30.0/x86_64-linux 
/home/mike/perl5/lib/perl5/5.30.0/x86_64-linux 
/home/mike/perl5/lib/perl5/5.30.0 
/home/mike/perl5/lib/perl5/x86_64-linux 
/home/mike/perl5/lib/perl5/5.30.0/x86_64-linux 
/home/mike/perl5/lib/perl5/5.30.0 
/home/mike/perl5/lib/perl5/x86_64-linux /home/mike/perl5/lib/perl5 
/home/mike/perl5/lib/perl5/5.30.0/x86_64-linux 
/home/mike/perl5/lib/perl5/5.30.0 
/home/mike/perl5/lib/perl5/x86_64-linux /home/mike/perl5/lib/perl5 
/home/mike/perl5/perlbrew/perls/perl-5.30.0/lib/site_perl/5.30.0/x86_64-linux 
/home/mike/perl5/perlbrew/perls/perl-5.30.0/lib/site_perl/5.30.0 
/home/mike/perl5/perlbrew/perls/perl-5.30.0/lib/5.30.0/x86_64-linux 
/home/mike/perl5/perlbrew/perls/perl-5.30.0/lib/5.30.0 .) at 
/home/mike/perl5/lib/perl5/Module/Load.pm line 78.
  at t/quote.t line 8.
t/quote.t .................. ok
t/sinvestor.t .............. skipped: Set $ENV{ONLINE_TEST} to run this test
t/six.t .................... skipped: Set $ENV{ONLINE_TEST} to run this test
t/stockdata.t .............. skipped: Set $ENV{ONLINE_TEST} to run this test
t/stooq.t .................. skipped: Set $ENV{ONLINE_TEST} to run this test
t/swissfunddata.t .......... skipped: Set $ENV{ONLINE_TEST} to run this test
t/tesouro_direto.t ......... skipped: Set $ENV{ONLINE_TEST} to run this test
t/tmx.t .................... skipped: Set $ENV{ONLINE_TEST} to run this test
t/tradegate.t .............. skipped: Set $ENV{ONLINE_TEST} to run this test
t/treasurydirect.t ......... skipped: Set $ENV{ONLINE_TEST} to run this test
t/tsp.t .................... skipped: Set $ENV{ONLINE_TEST} to run this test
t/twelvedata.t ............. skipped: Set $ENV{ONLINE_TEST} to run this test
t/ukfunds.t ................ skipped: Set $ENV{ONLINE_TEST} to run this test
t/union.t .................. skipped: Set $ENV{ONLINE_TEST} to run this test
t/usbonds.t ................ skipped: Set $ENV{ONLINE_TEST} to run this test
t/xetra.t .................. skipped: Set $ENV{ONLINE_TEST} to run this test
t/yahoojson.t .............. skipped: Set $ENV{ONLINE_TEST} to run this test
t/yahooweb.t ............... skipped: Set $ENV{ONLINE_TEST} to run this test
t/za.t ..................... skipped: Set $ENV{ONLINE_TEST} to run this test
All tests successful.
Files=59, Tests=83,  7 wallclock secs ( 0.15 usr  0.11 sys +  5.33 cusr  
0.84 csys =  6.43 CPU)
Result: PASS
   BPSCHUCK/Finance-Quote-1.70.tar.gz
Tests succeeded but 2 dependencies missing (Net::SSLeay,XML::LibXML)
   BPSCHUCK/Finance-Quote-1.70.tar.gz
   [dependencies] -- NA
$


Which looks pretty good to me.

But No, running my program produces the same failed output.


Mike



On 7/3/26 09:22, sisyphus wrote:
> On Fri, Jul 3, 2026 at 11:08 PM Mike <[email protected]> wrote:
>
>> Instead it installs here:
>> home/mike/.cpan/build/Finance-Quote-1.70-0/lib/Finance/
> No - that's just the location of the module's build directory.
>
>> I would like to be able to install Finance::Quote and use it.
>> Can anyone here help?
> I think that it has failed to install correctly because XML::LibXML
> (and perhaps other dependencies) have failed to build and install.
> You might find that running "cpan -fi Finance::Quote" will provide you
> with a satisfactory result.
> However, even if that seems to work you should be aware that there
> might still be some missing functionality - unless all of the tests in
> Finance::Quote and in all of the prerequisite modules have passed.
>
> Cheers,
> Rob
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.