X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Ffind-use.pl;h=351ed86dbf544307463d531ad595d5d687173f42;hb=08e820fa7a9aa4beae1da564b69a1362e6020121;hp=320a3690a0b10afeeb2dd939a1b07905fb782097;hpb=096a80d20d76ef535bea0a0fad783af9a6ddea9f;p=kivitendo-erp.git diff --git a/scripts/find-use.pl b/scripts/find-use.pl index 320a3690a..351ed86db 100755 --- a/scripts/find-use.pl +++ b/scripts/find-use.pl @@ -81,6 +81,7 @@ find(sub { next if /SL::/; next if /Support::Files/; # our own test support module next if /use (warnings|strict|vars|lib|constant|utf8)/; + next if /^use (with|the)/; my ($useline) = m/^use\s+(.*?)$/;