]> wagnertech.de Git - kivitendo-erp.git/blobdiff - kopf.pl
Bugfix:
[kivitendo-erp.git] / kopf.pl
diff --git a/kopf.pl b/kopf.pl
index 001ac988a528e0f5e75a44103489c098888f5e76..5ee9f2ffc4aaa619b16c4bcc27d4ff00bb7d6440 100755 (executable)
--- a/kopf.pl
+++ b/kopf.pl
@@ -1,10 +1,16 @@
 #!/usr/bin/perl
 #
 
+BEGIN {
+  unshift @INC, "modules/override"; # Use our own versions of various modules (e.g. YAML).
+  push    @INC, "modules/fallback"; # Only use our own versions of modules if there's no system version.
+}
+
 use SL::LXDebug;
 $lxdebug = LXDebug->new();
 
 use SL::Form;
+use SL::Locale;
 
 eval { require "lx-erp.conf"; };