]> wagnertech.de Git - kivitendo-erp.git/blobdiff - scripts/installation_check.pl
Diese Vorlage wird nicht benutzt.
[kivitendo-erp.git] / scripts / installation_check.pl
index bddb2d92a95302e74311ad2739991d6c4b35722b..306156b21ffa59998e41135fa062c83942d98a95 100755 (executable)
@@ -1,7 +1,8 @@
 #!/usr/bin/perl -w
 
 BEGIN {
-  push(@INC, "modules");
+  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::InstallationCheck;