X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3f65b4fbe2856d5ab0a6a4ccee20c1a44d9d0cd1..ab96e204a2beec2302b1850df50f45a6e67a13c4:/scripts/installation_check.pl?ds=inline diff --git a/scripts/installation_check.pl b/scripts/installation_check.pl index bddb2d92a..2022c1665 100755 --- a/scripts/installation_check.pl +++ b/scripts/installation_check.pl @@ -1,7 +1,8 @@ #!/usr/bin/perl -w BEGIN { - push(@INC, "modules"); + 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;