From 304f66515e37748e43ee7fc7f2601c96bfe9fed2 Mon Sep 17 00:00:00 2001 From: David Hampton Date: Sat, 1 Jul 2006 15:05:53 +0000 Subject: [PATCH] This one file really does require the perl Date::Manip module. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14458 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 5 +++++ src/quotes/gnc-fq-helper.in | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 957041b84a..f08adc9afa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-07-01 David Hampton + + * src/quotes/gnc-fq-helper.in: This one file really does require + the perl Date::Manip module. + 2006-07-01 Christian Stimming * po/nl.po, po/glossary/nl.po: Updated Dutch translation by diff --git a/src/quotes/gnc-fq-helper.in b/src/quotes/gnc-fq-helper.in index 9ff82cca7c..6f691573d8 100644 --- a/src/quotes/gnc-fq-helper.in +++ b/src/quotes/gnc-fq-helper.in @@ -27,6 +27,13 @@ use strict; 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