]> wagnertech.de Git - mfinanz.git/blobdiff - scripts/find-use.pl
behebt #273 Überschriftskonten nicht im Dialog bebuchen
[mfinanz.git] / scripts / find-use.pl
index 320a3690a0b10afeeb2dd939a1b07905fb782097..351ed86dbf544307463d531ad595d5d687173f42 100755 (executable)
@@ -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+(.*?)$/;