X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Finstallation_check.pl;h=2022c1665b73b206963a5349c8e718b3b4657da3;hb=99ed8abf161b15ba5456c34f59a6155281cb2eea;hp=875c5651ddf4f7c4d8eb92e0dd64fd1ae66e351d;hpb=62a8aa81ec93edf284b3ffcc065120b3fe303fb5;p=kivitendo-erp.git diff --git a/scripts/installation_check.pl b/scripts/installation_check.pl index 875c5651d..2022c1665 100755 --- a/scripts/installation_check.pl +++ b/scripts/installation_check.pl @@ -1,5 +1,10 @@ #!/usr/bin/perl -w +BEGIN { + unshift @INC, "modules/YAML"; # Use our own version of YAML. + push @INC, "modules"; # Only use our own versions of modules if there's no system version. +} + use SL::InstallationCheck; $| = 1;