projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ca9d91
)
DATEV::CSV safer order of libs
author
Jan Büren
<jan@kivitendo-premium.de>
Thu, 9 Nov 2017 06:32:57 +0000
(07:32 +0100)
committer
Jan Büren
<jan@kivitendo-premium.de>
Thu, 9 Nov 2017 06:32:57 +0000
(07:32 +0100)
SL/DATEV/CSV.pm
patch
|
blob
|
history
diff --git
a/SL/DATEV/CSV.pm
b/SL/DATEV/CSV.pm
index
4a5fb9e
..
c11a9b5
100644
(file)
--- a/
SL/DATEV/CSV.pm
+++ b/
SL/DATEV/CSV.pm
@@
-4,10
+4,10
@@
use strict;
use SL::Locale::String qw(t8);
use SL::DB::Datev;
+use DateTime; # safer before the Helper
use SL::Helper::DateTime;
use Carp;
-use DateTime;
use Encode qw(decode);
use Scalar::Util qw(looks_like_number);