From 88d658fef01dee84802ae66ed5919e0f9b7a327c Mon Sep 17 00:00:00 2001 From: John Ralls Date: Thu, 13 Oct 2022 14:58:27 -0700 Subject: [PATCH] [price-quotes] Date::Manip is no longer required. --- libgnucash/quotes/gnc-fq-update.in | 1 - 1 file changed, 1 deletion(-) diff --git a/libgnucash/quotes/gnc-fq-update.in b/libgnucash/quotes/gnc-fq-update.in index dbbcf675a0..422713b9fa 100755 --- a/libgnucash/quotes/gnc-fq-update.in +++ b/libgnucash/quotes/gnc-fq-update.in @@ -37,7 +37,6 @@ if ($( != 0) { } CPAN::Shell->install('Test2'); #Required by an F::Q dependency but cpan doesn't notice. -CPAN::Shell->install('Date::Manip'); #Required by gnc-fq-helper CPAN::Shell->install('Finance::Quote'); ## Local Variables: