[Gnucash-changes] r14458 - gnucash/trunk - This one file really does require the perl Date::Manip module.

David Hampton hampton at cvs.gnucash.org
Sat Jul 1 11:05:54 EDT 2006


Author: hampton
Date: 2006-07-01 11:05:53 -0400 (Sat, 01 Jul 2006)
New Revision: 14458
Trac: http://svn.gnucash.org/trac/changeset/14458

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/quotes/gnc-fq-helper.in
Log:
This one file really does require the perl Date::Manip module.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-07-01 09:01:14 UTC (rev 14457)
+++ gnucash/trunk/ChangeLog	2006-07-01 15:05:53 UTC (rev 14458)
@@ -1,3 +1,8 @@
+2006-07-01  David Hampton  <hampton at employees.org>
+
+	* src/quotes/gnc-fq-helper.in: This one file really does require
+	the perl Date::Manip module.
+
 2006-07-01  Christian Stimming  <stimming at tuhh.de>
 
 	* po/nl.po, po/glossary/nl.po: Updated Dutch translation by

Modified: gnucash/trunk/src/quotes/gnc-fq-helper.in
===================================================================
--- gnucash/trunk/src/quotes/gnc-fq-helper.in	2006-07-01 09:01:14 UTC (rev 14457)
+++ gnucash/trunk/src/quotes/gnc-fq-helper.in	2006-07-01 15:05:53 UTC (rev 14458)
@@ -27,6 +27,13 @@
 use English;
 use FileHandle;
 
+# The following include is needed for the ParseDateString function.
+# This should eventually be replaced with a requirement for F::Q
+# version 1.11 (or better) and the use of the 'isodate' field to
+# handle the date part of the conversion.  Still need a method to
+# handle the time conversion.
+use Date::Manip;
+
 # Input: (on standard input - one entry per line and one line per
 # entry, and double quotes must only be delimiters, not string
 # content -- remember, we don't have a real scheme parser on the perl



More information about the gnucash-changes mailing list