summaryrefslogtreecommitdiffstats
path: root/Test/localize
diff options
context:
space:
mode:
Diffstat (limited to 'Test/localize')
-rw-r--r--Test/localize/info.yml5
-rw-r--r--Test/localize/irssi.log2
-rw-r--r--Test/localize/perlcritic.log3
3 files changed, 4 insertions, 6 deletions
diff --git a/Test/localize/info.yml b/Test/localize/info.yml
index e95e09e..ce6836d 100644
--- a/Test/localize/info.yml
+++ b/Test/localize/info.yml
@@ -1,16 +1,17 @@
---
-
authors: "Stefan 'tommie' Tomanek"
- changed: '2014112501'
+ changed: '2017040101'
commands:
- localize
contact: stefan@pico.ruhr.de
default_package: localize
description: 'Localizes users using traceroute, the localizer database or IP-Atlas'
license: GPLv2
+ modified: '2017-04-01 17:22:26'
modules:
- HTML::Entities
- LWP::UserAgent
name: localize
url: ''
- version: '2014112501'
+ version: '2017040101'
diff --git a/Test/localize/irssi.log b/Test/localize/irssi.log
index 792f5be..5c02210 100644
--- a/Test/localize/irssi.log
+++ b/Test/localize/irssi.log
@@ -5,5 +5,5 @@
* Use of uninitialized value in hash dereference at localize.pl line 528.
*
* >> localize cache (0 hosts) loaded
-* >> localize 2014112501 loaded: /localize -h for help
+* >> localize 2017040101 loaded: /localize -h for help
* -!- Irssi: Loaded script localize
diff --git a/Test/localize/perlcritic.log b/Test/localize/perlcritic.log
index de0d624..e1af241 100644
--- a/Test/localize/perlcritic.log
+++ b/Test/localize/perlcritic.log
@@ -5,13 +5,10 @@ Return value of "close" ignored at line 364, column 2. Check the return value o
Return value of "close" ignored at line 379, column 6. Check the return value of "close" for success. (Severity: 2)
Return value of "close" ignored at line 455, column 5. Check the return value of "close" for success. (Severity: 2)
Expression form of "eval" at line 467, column 17. See page 161 of PBP. (Severity: 5)
-Two-argument "open" used at line 514, column 5. See page 207 of PBP. (Severity: 5)
Return value of "open" ignored at line 514, column 5. Check the return value of "open" for success. (Severity: 3)
Return value of "close" ignored at line 516, column 5. Check the return value of "close" for success. (Severity: 2)
-Two-argument "open" used at line 525, column 5. See page 207 of PBP. (Severity: 5)
Return value of "close" ignored at line 527, column 5. Check the return value of "close" for success. (Severity: 2)
Expression form of "eval" at line 528, column 28. See page 161 of PBP. (Severity: 5)
-Two-argument "open" used at line 564, column 5. See page 207 of PBP. (Severity: 5)
Return value of "open" ignored at line 564, column 5. Check the return value of "open" for success. (Severity: 3)
Return value of "close" ignored at line 566, column 5. Check the return value of "close" for success. (Severity: 2)
Capture variable used outside conditional at line 702, column 13. See page 253 of PBP. (Severity: 3)