X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Fspawn_oo.pl;h=b192a931852a3bfdcedcbd8e66172e32e0bed294;hb=dcab2b89a7ffeabf3f5360366ea7d94ffe564f9d;hp=9e2f80739d989aacda1268df9f134af6c875fee4;hpb=d629acd82a27e980899a044ca8b0f4becc8e94bb;p=kivitendo-erp.git 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;