mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
85fb534953
commit
6be85d06d0
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user