From 07d8ebd90c0c571b727e8e6e75599460bb81f434 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Fri, 10 Mar 2023 12:51:30 -0800 Subject: [PATCH] Add JSON::Parse to gnc-fq-update. Required by finance-quote-wrapper to interpret quoter output. --- libgnucash/quotes/gnc-fq-update.in | 1 + 1 file changed, 1 insertion(+) diff --git a/libgnucash/quotes/gnc-fq-update.in b/libgnucash/quotes/gnc-fq-update.in index 422713b9faf..238140eaf49 100755 --- a/libgnucash/quotes/gnc-fq-update.in +++ b/libgnucash/quotes/gnc-fq-update.in @@ -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