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
This commit is contained in:
David Hampton 2007-01-22 00:48:58 +00:00
parent 85fb534953
commit 6be85d06d0

View File

@ -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) {