X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/d629acd82a27e980899a044ca8b0f4becc8e94bb..18e735046a59ff1c90c42ca1d13a245308e747f7:/scripts/spawn_oo.pl diff --git a/scripts/spawn_oo.pl b/scripts/spawn_oo.pl index 9e2f80739..b192a9318 100755 --- a/scripts/spawn_oo.pl +++ b/scripts/spawn_oo.pl @@ -1,7 +1,8 @@ #!/usr/bin/perl 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 DBI;