X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Fspawn_oo.pl;h=03e5afd562842c78867fe21227902b72b86c850e;hb=d25bd6ec1709f3c8ef07e1dab1f69469893ab6dc;hp=387961e2e67dca2f9e5b9302d4a224c5acb10106;hpb=ee736cda7e6e5ff820febb3ce4b66ad5fb71e32a;p=kivitendo-erp.git diff --git a/scripts/spawn_oo.pl b/scripts/spawn_oo.pl index 387961e2e..03e5afd56 100755 --- a/scripts/spawn_oo.pl +++ b/scripts/spawn_oo.pl @@ -1,5 +1,9 @@ #!/usr/bin/perl +BEGIN { + push(@INC, "modules"); +} + use DBI; use Data::Dumper;