X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/62a8aa81ec93edf284b3ffcc065120b3fe303fb5..16df49c2512e6e34fd2b44ef46e73f1511194e90:/scripts/installation_check.pl diff --git a/scripts/installation_check.pl b/scripts/installation_check.pl index 875c5651d..306156b21 100755 --- a/scripts/installation_check.pl +++ b/scripts/installation_check.pl @@ -1,5 +1,10 @@ #!/usr/bin/perl -w +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::InstallationCheck; $| = 1;