diff options
Diffstat (limited to 'Test/seti/perlcritic.log')
| -rw-r--r-- | Test/seti/perlcritic.log | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Test/seti/perlcritic.log b/Test/seti/perlcritic.log new file mode 100644 index 0000000..6d3ea7b --- /dev/null +++ b/Test/seti/perlcritic.log @@ -0,0 +1,5 @@ +Code before warnings are enabled at line 6, column 1. See page 431 of PBP. (Severity: 4) +Return value of "open" ignored at line 26, column 3. Check the return value of "open" for success. (Severity: 3) +Return value of "close" ignored at line 30, column 3. Check the return value of "close" for success. (Severity: 2) +Mismatched operator at line 38, column 35. Numeric/string operators and operands should match. (Severity: 3) +Mismatched operator at line 39, column 21. Numeric/string operators and operands should match. (Severity: 3) |
