Revision ade508b5
Von Kivitendo Admin vor mehr als 7 Jahren hinzugefügt
scripts/find-use.pl | ||
---|---|---|
81 | 81 |
next if /SL::/; |
82 | 82 |
next if /Support::Files/; # our own test support module |
83 | 83 |
next if /use (warnings|strict|vars|lib|constant|utf8)/; |
84 |
next if /^use (with|the)/; |
|
84 | 85 |
|
85 | 86 |
my ($useline) = m/^use\s+(.*?)$/; |
86 | 87 |
|
Auch abrufbar als: Unified diff
find-use.pl - Fehlergebnisse per Regex rausfiltern