r15441 - gnucash/branches/2.0 - Make the dependency requirements consistent with the other gnc-fq-xxx

Derek Atkins warlord at cvs.gnucash.org
Sat Jan 27 23:09:15 EST 2007


Author: warlord
Date: 2007-01-27 23:09:14 -0500 (Sat, 27 Jan 2007)
New Revision: 15441
Trac: http://svn.gnucash.org/trac/changeset/15441

Modified:
   gnucash/branches/2.0/
   gnucash/branches/2.0/ChangeLog
   gnucash/branches/2.0/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.

Merge from r15416



Property changes on: gnucash/branches/2.0
___________________________________________________________________
Name: svk:merge
   - 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/2.0:697
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:13972
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282
   + 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/2.0:697
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:13973
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282

Modified: gnucash/branches/2.0/ChangeLog
===================================================================
--- gnucash/branches/2.0/ChangeLog	2007-01-28 04:08:56 UTC (rev 15440)
+++ gnucash/branches/2.0/ChangeLog	2007-01-28 04:09:14 UTC (rev 15441)
@@ -8,6 +8,12 @@
 	* Don't abort when F::Q fails to return a quote.  GnuCash may have
 	  more quote sources to query.  Fixes #387410.
 
+	* 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.
+
 2007-01-27  Andreas Köhler  <andi5.py at gmx.net>
 
 	* Adjust box packing in payment dialog. Fix #393024.

Modified: gnucash/branches/2.0/src/quotes/gnc-fq-dump
===================================================================
--- gnucash/branches/2.0/src/quotes/gnc-fq-dump	2007-01-28 04:08:56 UTC (rev 15440)
+++ gnucash/branches/2.0/src/quotes/gnc-fq-dump	2007-01-28 04:09:14 UTC (rev 15441)
@@ -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