strictness.
[kivitendo-erp.git] / SL / Taxkeys.pm
index 8d90dcb..cf3463b 100644 (file)
@@ -1,11 +1,11 @@
 package Taxkeys;
 
-use strict;
-
 use Memoize;
 
 use SL::DBUtils;
 
+use strict;
+
 sub new {
   my $type = shift;