AUDIT: r15416 - gnucash/trunk/src/quotes - Make the dependency requirements consistent with the other gnc-fq-xxx

David Hampton hampton at cvs.gnucash.org
Sun Jan 21 19:48:59 EST 2007


Author: hampton
Date: 2007-01-21 19:48:58 -0500 (Sun, 21 Jan 2007)
New Revision: 15416
Trac: http://svn.gnucash.org/trac/changeset/15416

Modified:
   gnucash/trunk/src/quotes/gnc-fq-dump
Log:
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


Modified: gnucash/trunk/src/quotes/gnc-fq-dump
===================================================================
--- gnucash/trunk/src/quotes/gnc-fq-dump	2007-01-22 00:05:10 UTC (rev 15415)
+++ gnucash/trunk/src/quotes/gnc-fq-dump	2007-01-22 00:48:58 UTC (rev 15416)
@@ -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) {



More information about the gnucash-changes mailing list