X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=login.pl;h=a01fc10f8d99e87f35ef3fd1ae23ca3990bb5cb6;hb=957896de327365e3d83e3f0d6525af02849c483d;hp=7cca68aa7e1f18275815ccf0a81304d186d396b2;hpb=d5b09512de82cea18d7476365e001b0286f57be0;p=kivitendo-erp.git diff --git a/login.pl b/login.pl index 7cca68aa7..a01fc10f8 100755 --- a/login.pl +++ b/login.pl @@ -31,7 +31,8 @@ ####################################################################### 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. } # setup defaults, DO NOT CHANGE