On my Linux systems, after some searching, I found that I needed: dnf install perl-ExtUtils-MakeMake* to get me started. Running perl Makefile.PL got me several warnings of other missing perl files. After doing a bunch of dnf install perl-... for them, 'make' and 'make test' ran But, 'make install' failed due to permission issues. Does it need 'su' to do the install?
On Wed, May 1, 2024 at 7:09 PM Fred Tydeman <tydeman.f...@gmail.com> wrote: > I am running Fedora Linux 26 > I downloaded the Finance::Quote. > When I run: perl Maklefile.pl > I get: Can't locate ExtUtils/MakeMaker.pm > So, can you point me to more complete documentation? > > On Tue, Apr 30, 2024 at 8:00 PM Bruce Schuck <bsch...@asgard-systems.com> > wrote: > >> A few more fixes and additions to Finance::Quote. For those who are >> comfortable with the interim releases, 1.61_03 has been uploaded to CPAN. >> >> >> https://www.cpan.org/modules/by-authors/id/B/BP/BPSCHUCK/Finance-Quote-1.61_03.tar.gz >> >> Or just "BPSCHUCK/Finance-Quote-1.61_03.tar.gz" when installing via >> "cpan" or "cpanm". >> >> The Fool.pm module has been fixed (but like Yahoo, who knows for how >> long?), method "fool". For the time being, only returns data for >> securities on NYSE, Nasdaq, and OTC exchanges. >> >> A new module for US traded stocks, StockData.pm, with default method >> "stockdata". This requires an API token from https://www.stockdata.org/. >> If passed in as an environment variable, set "STOCKDATA_API_KEY" to your >> token. Once installed "perldoc Finance::Quote::StockData" will display >> more information. >> >> I also discovered that the TwelveData module was not working because the >> method "twelvedata" was not returning a value for price or last. This is >> another module that requires an API, this one from >> https://twelvedata.com/. Set environment variable "TWELVEDATA_API_KEY" >> to your token. Once installed "perldoc Finance::Quote::TwelveData" will >> display more information. >> >> Regards, >> >> Bruce S. >> _______________________________________________ >> gnucash-user mailing list >> gnucash-user@gnucash.org >> To update your subscription preferences or to unsubscribe: >> https://lists.gnucash.org/mailman/listinfo/gnucash-user >> ----- >> Please remember to CC this list on all your replies. >> You can do this by using Reply-To-List or Reply-All. >> > _______________________________________________ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.