Und die dazugehoerigen Templates
[kivitendo-erp.git] / kopf.pl
diff --git a/kopf.pl b/kopf.pl
index 16cd6d9..5ee9f2f 100755 (executable)
--- a/kopf.pl
+++ b/kopf.pl
@@ -1,6 +1,11 @@
 #!/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();