summaryrefslogtreecommitdiffstats
path: root/Test/connectcmd/perlcritic.log
diff options
context:
space:
mode:
Diffstat (limited to 'Test/connectcmd/perlcritic.log')
-rw-r--r--Test/connectcmd/perlcritic.log18
1 files changed, 11 insertions, 7 deletions
diff --git a/Test/connectcmd/perlcritic.log b/Test/connectcmd/perlcritic.log
index 68aa27d..60be211 100644
--- a/Test/connectcmd/perlcritic.log
+++ b/Test/connectcmd/perlcritic.log
@@ -1,7 +1,11 @@
-Code before warnings are enabled at line 4, column 1. See page 431 of PBP. (Severity: 4)
-Return value of "open" ignored at line 20, column 3. Check the return value of "open" for success. (Severity: 3)
-String delimiter used with "split" at line 23, column 17. Express it as a regex instead. (Severity: 2)
-String delimiter used with "split" at line 25, column 38. Express it as a regex instead. (Severity: 2)
-Return value of "close" ignored at line 36, column 3. Check the return value of "close" for success. (Severity: 2)
-Return value of "open" ignored at line 40, column 3. Check the return value of "open" for success. (Severity: 3)
-Return value of "close" ignored at line 52, column 3. Check the return value of "close" for success. (Severity: 2)
+Code before warnings are enabled at line 5, column 1. See page 431 of PBP. (Severity: 4)
+Return value of "open" ignored at line 23, column 3. Check the return value of "open" for success. (Severity: 3)
+String delimiter used with "split" at line 26, column 17. Express it as a regex instead. (Severity: 2)
+String delimiter used with "split" at line 28, column 38. Express it as a regex instead. (Severity: 2)
+Return value of "close" ignored at line 39, column 3. Check the return value of "close" for success. (Severity: 2)
+Return value of "open" ignored at line 44, column 3. Check the return value of "open" for success. (Severity: 3)
+Return value of "close" ignored at line 56, column 3. Check the return value of "close" for success. (Severity: 2)
+Capture variable used outside conditional at line 88, column 10. See page 253 of PBP. (Severity: 3)
+Capture variable used outside conditional at line 89, column 12. See page 253 of PBP. (Severity: 3)
+Capture variable used outside conditional at line 90, column 14. See page 253 of PBP. (Severity: 3)
+Capture variable used outside conditional at line 91, column 14. See page 253 of PBP. (Severity: 3)