diff --git a/libgnucash/quotes/gnc-fq-update.in b/libgnucash/quotes/gnc-fq-update.in index 422713b9fa..238140eaf4 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