From 6be85d06d0db2c4aa7d9b6e08fd5235596804632 Mon Sep 17 00:00:00 2001 From: David Hampton Date: Mon, 22 Jan 2007 00:48:58 +0000 Subject: [PATCH] Make the dependency requirements consistent with the other gnc-fq-xxx programs. This program does not use the additional requirements, but since its used as a diagnostic to find problems with gnucash, it should be helpful to have them listed here. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15416 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/quotes/gnc-fq-dump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quotes/gnc-fq-dump b/src/quotes/gnc-fq-dump index c7037891b4..46b8f38fba 100755 --- a/src/quotes/gnc-fq-dump +++ b/src/quotes/gnc-fq-dump @@ -21,7 +21,7 @@ use strict; sub check_modules { - my @modules = qw(Finance::Quote LWP HTML::TableExtract Crypt::SSLeay); + my @modules = qw(Finance::Quote LWP HTML::Parser HTML::TableExtract Crypt::SSLeay Date::Manip); my @missing; foreach my $mod (@modules) {