mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user