...
Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
DCL33-PL | lowLow | probableProbable | highHigh | P3P2 | L3 |
Automated Detection
Tool | Diagnostic |
---|---|
| Name .* used only once. possible typo |
use strict; | Global symbol .* requires explicit package name |
Perl::Critic | Policy::TestingAndDebugging::RequireUseWarnings |
| Policy::TestingAndDebugging::RequireUseStrict |
...