r15269 - gnucash/trunk/src/quotes - Add a check for the Date::Manip module (used by gnc-fq-helper).

David Hampton hampton at cvs.gnucash.org
Wed Dec 27 21:22:39 EST 2006


Author: hampton
Date: 2006-12-27 21:22:37 -0500 (Wed, 27 Dec 2006)
New Revision: 15269
Trac: http://svn.gnucash.org/trac/changeset/15269

Modified:
   gnucash/trunk/src/quotes/gnc-fq-check.in
   gnucash/trunk/src/quotes/gnc-fq-update.in
Log:
Add a check for the Date::Manip module (used by gnc-fq-helper).

Modified: gnucash/trunk/src/quotes/gnc-fq-check.in
===================================================================
--- gnucash/trunk/src/quotes/gnc-fq-check.in	2006-12-28 02:21:14 UTC (rev 15268)
+++ gnucash/trunk/src/quotes/gnc-fq-check.in	2006-12-28 02:22:37 UTC (rev 15269)
@@ -41,7 +41,7 @@
 # non-zero - failure
 
 sub check_modules {
-  my @modules = qw(Finance::Quote LWP HTML::Parser HTML::TableExtract Crypt::SSLeay);
+  my @modules = qw(Finance::Quote LWP HTML::Parser HTML::TableExtract Crypt::SSLeay Date::Manip);
   my @missing;
 
   foreach my $mod (@modules) {

Modified: gnucash/trunk/src/quotes/gnc-fq-update.in
===================================================================
--- gnucash/trunk/src/quotes/gnc-fq-update.in	2006-12-28 02:21:14 UTC (rev 15268)
+++ gnucash/trunk/src/quotes/gnc-fq-update.in	2006-12-28 02:22:37 UTC (rev 15269)
@@ -39,6 +39,7 @@
 }
 
 CPAN::Shell->install('LWP');
+CPAN::Shell->install('Date::Manip');
 CPAN::Shell->install('HTML::Parser');
 CPAN::Shell->install('HTML::TableExtract');
 CPAN::Shell->install('Crypt::SSLeay');



More information about the gnucash-changes mailing list