Add JSON::Parse to gnc-fq-update.

Required by finance-quote-wrapper to interpret quoter output.
This commit is contained in:
John Ralls 2023-03-10 12:51:30 -08:00
parent 35dd8dbf06
commit 07d8ebd90c

View File

@ -38,6 +38,7 @@ if ($( != 0) {
CPAN::Shell->install('Test2'); #Required by an F::Q dependency but cpan doesn't notice.
CPAN::Shell->install('Finance::Quote');
CPAN::Shell->install('JSON::Parse'); #Required by finance-quote-wrapper
## Local Variables:
## mode: perl