Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-03 Thread Bruce Schuck
On 5/3/24 11:36 AM, Kalpesh Patel wrote: I looked at Makefile.PL for 1.61 source at CPAN and it does NOT have CPAN listed in PREREQ_PM or in %FallbackPrereqs. Might be worth adding to it... Most GnuCash users can (and probably should...) likely ignore this post. Any further discussion should

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-03 Thread Kalpesh Patel
My bad here ... since working with Perl 5.005 ... -- Original Message -- Received: Fri, 03 May 2024 02:37:19 PM EDT From: "Kalpesh Patel" To: Bruce Schuck , GnuCash User Cc: Kalpesh Patel , Fred Tydeman Subject: Re: [GNC] Finance::Quote PreRelease 1.61_03 > Hi Bruce

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-03 Thread Kalpesh Patel
. Might be worth adding to it... -- Original Message -- Received: Fri, 03 May 2024 11:30:22 AM EDT From: Bruce Schuck To: GnuCash User Cc: Kalpesh Patel , Fred Tydeman Subject: Re: [GNC] Finance::Quote PreRelease 1.61_03 > On May 2, 2024 at 23:44:53 EDT Kalpesh wr

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-03 Thread John Ralls
> On May 3, 2024, at 10:35 AM, Bruce Schuck wrote: > > On 5/3/24 9:58 AM, John Ralls wrote: > >> It’s normal for Linux distros to package perl modules. Fedora’s is >> https://packages.fedoraproject.org/pkgs/perl-Finance-Quote/perl-Finance-Quote/ >>

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-03 Thread Bruce Schuck
On 5/3/24 9:58 AM, John Ralls wrote: It’s normal for Linux distros to package perl modules. Fedora’s is https://packages.fedoraproject.org/pkgs/perl-Finance-Quote/perl-Finance-Quote/ . Note that there are back

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-03 Thread John Ralls
> On May 2, 2024, at 09:01, Bruce Schuck wrote: > >> This is Fedora Linux 40 (the most recent) > > I find it odd that your system *ever* had Finance::Quote installed, Bruce, It’s normal for Linux distros to package perl modules. Fedora’s is

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-03 Thread Bruce Schuck
On May 2, 2024 at 23:44:53 EDT Kalpesh wrote: That is possible that there is no depend target in the make file. Just curious how you built/get the make file for it? Kalpesh, The old school method of installing Perl modules. The makefile is created by running "perl Makefile.PL". Then one

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-02 Thread Kalpesh Patel
. From: Fred Tydeman Sent: Thursday, May 02, 2024 11:40 AM To: Kalpesh Patel Cc: Bruce Schuck ; GnuCash User Subject: Re: [GNC] Finance::Quote PreRelease 1.61_03 make depend fails (as there is no 'depend' target in the makefile). On Thu, May 2, 2024 at 6:16 AM Kalpesh Patel

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-02 Thread Bruce Schuck
On Apr 30, 2024 at 22:59:34 EDT I wrote: 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

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-02 Thread Bruce Schuck
On 5/2/24 8:38 AM, Fred Tydeman wrote: perl -MCPAN -e shell gets Can't locate CPAN.pm This is Fedora Linux 40 (the most recent) I find it odd that your system *ever* had Finance::Quote installed, as the GnuCash utility to install the F::Q module depends on CPAN. Which also explains why

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-02 Thread Fred Tydeman
make depend fails (as there is no 'depend' target in the makefile). On Thu, May 2, 2024 at 6:16 AM Kalpesh Patel wrote: > If you are installing it into the system installed perl, which most likely > you are doing so with a su switch user utility, then correct way to do so > would be to: > > #

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-02 Thread Fred Tydeman
age- > From: Fred Tydeman > Sent: Wednesday, May 01, 2024 11:50 PM > To: Bruce Schuck > Cc: GnuCash User > Subject: Re: [GNC] Finance::Quote PreRelease 1.61_03 > > Running: sudo make install > worked. I was able to get stock quotes again. So thank you. > > Tr

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-02 Thread Kalpesh Patel
on the first command). -Original Message- From: Fred Tydeman Sent: Wednesday, May 01, 2024 10:39 PM To: Bruce Schuck Cc: GnuCash User Subject: Re: [GNC] Finance::Quote PreRelease 1.61_03 On my Linux systems, after some searching, I found that I needed: dnf install perl-ExtUtils-MakeMake

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-02 Thread Kalpesh Patel
From: Fred Tydeman Sent: Wednesday, May 01, 2024 11:50 PM To: Bruce Schuck Cc: GnuCash User Subject: Re: [GNC] Finance::Quote PreRelease 1.61_03 Running: sudo make install worked. I was able to get stock quotes again. So thank you. Trying: cpan cpanm locate cpan Gets nothing on my lin

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-01 Thread Fred Tydeman
Running: sudo make install worked. I was able to get stock quotes again. So thank you. Trying: cpan cpanm locate cpan Gets nothing on my linux. dnf list cpan* gets: cpanspec.noarch On Wed, May 1, 2024 at 8:07 PM Bruce Schuck wrote: > On 5/1/24 7:39 PM, Fred Tydeman wrote: > > > On

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-01 Thread Bruce Schuck
On 5/1/24 7:39 PM, Fred Tydeman wrote: 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,

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-01 Thread Fred Tydeman
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

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-01 Thread Fred Tydeman
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 wrote: > A few more fixes and additions to Finance::Quote.

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-01 Thread Bruce Schuck
On 5/1/24 7:25 AM PDT, Fred Tydeman wrote: Can I apply this update to my older 4.14 Gnucash system on Linux? Yes, recent and current releases of Finance::Quote are backwards compatible WRT to GnuCash. As a matter of fact I run GnuCash 4.8 on my primary Linux desktop at home and 4.8 on my

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-01 Thread Fred Tydeman
Can I apply this update to my older 4.14 Gnucash system on Linux? On Tue, Apr 30, 2024 at 8:00 PM Bruce Schuck 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. > > >

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-01 Thread James Williams
Thank-you for all your hard work on this, Bruce! On Apr 30, 2024 at 7:59:34 PM, Bruce Schuck 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. >

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-01 Thread Fross, Michael via gnucash-user
Thanks Bruce. I love the fact that you release updates as you and the team make fixes, and not wait for a larger rollup. Much appreciated. On Tue, Apr 30, 2024 at 10:00 PM Bruce Schuck wrote: > A few more fixes and additions to Finance::Quote. For those who are > comfortable with the interim

[GNC] Finance::Quote PreRelease 1.61_03

2024-04-30 Thread Bruce Schuck
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