X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7391daa613df795dec089ae73957c9a6bbf281f5..99ed8abf161b15ba5456c34f59a6155281cb2eea:/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;