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
This commit is contained in:
David Hampton
2006-07-01 15:05:53 +00:00
parent c91c7b2d6c
commit 304f66515e
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2006-07-01 David Hampton <hampton@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@tuhh.de>
* po/nl.po, po/glossary/nl.po: Updated Dutch translation by

View File

@@ -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