summaryrefslogtreecommitdiffstats
path: root/Test
diff options
context:
space:
mode:
Diffstat (limited to 'Test')
-rw-r--r--Test/cap_sasl/irssi.log2
-rw-r--r--Test/desktop-notify/info.yml1
-rw-r--r--Test/findbot/findbot.log4
-rw-r--r--Test/print_signals/info.yml1
-rw-r--r--Test/screen_away/irssi.log2
-rw-r--r--Test/sysinfoplus/info.yml5
-rw-r--r--Test/sysinfoplus/irssi.log6
-rw-r--r--Test/sysinfoplus/perlcritic.log17
-rw-r--r--Test/xetra/irssi.log4
9 files changed, 19 insertions, 23 deletions
diff --git a/Test/cap_sasl/irssi.log b/Test/cap_sasl/irssi.log
index 7124202..cfb26fd 100644
--- a/Test/cap_sasl/irssi.log
+++ b/Test/cap_sasl/irssi.log
@@ -1,2 +1,2 @@
* -!- Irssi: Error in script cap_sasl:
-* cap_sasl has been unloaded from Irssi 20170314.0954 because it conflicts with the built-in SASL support. See /help network for configuring SASL or read the ChangeLog for more information. at (eval 17) line 52.
+* cap_sasl has been unloaded from Irssi 20170331.2006 because it conflicts with the built-in SASL support. See /help network for configuring SASL or read the ChangeLog for more information. at (eval 17) line 52.
diff --git a/Test/desktop-notify/info.yml b/Test/desktop-notify/info.yml
index a74ec6d..6831275 100644
--- a/Test/desktop-notify/info.yml
+++ b/Test/desktop-notify/info.yml
@@ -5,7 +5,6 @@
default_package: desktop_notify
description: 'Sends notification using the Desktop Notifications Specification.'
license: 'GPL v3+'
- modified: '2017-01-23 21:52:29'
modules:
- Glib::Object::Introspection
- HTML::Entities
diff --git a/Test/findbot/findbot.log b/Test/findbot/findbot.log
index 1848aa5..e473c04 100644
--- a/Test/findbot/findbot.log
+++ b/Test/findbot/findbot.log
@@ -1,2 +1,2 @@
-Mon Mar 20 20:47:18 2017: The Summaryfile cannot be read. Please check if the path is correct and the file is accually there.
-Mon Mar 20 20:47:18 2017: [ADMIN] Findbot fileserver has been loaded!
+Mon Apr 3 08:56:25 2017: The Summaryfile cannot be read. Please check if the path is correct and the file is accually there.
+Mon Apr 3 08:56:25 2017: [ADMIN] Findbot fileserver has been loaded!
diff --git a/Test/print_signals/info.yml b/Test/print_signals/info.yml
index 009ae44..d561c03 100644
--- a/Test/print_signals/info.yml
+++ b/Test/print_signals/info.yml
@@ -6,6 +6,5 @@
default_package: print_signals
description: 'hooks into every signal and writes the information provided to a file'
license: MIT
- modified: '2017-02-03 11:47:17'
name: 'print signals debugger'
version: '1.0'
diff --git a/Test/screen_away/irssi.log b/Test/screen_away/irssi.log
index b44fa52..8e003e4 100644
--- a/Test/screen_away/irssi.log
+++ b/Test/screen_away/irssi.log
@@ -1,2 +1,2 @@
-* -!- screen_away: could not open status file for parent process (pid: 13100):
+* -!- screen_away: could not open status file for parent process (pid: 13706):
* -!- Irssi: Loaded script screen_away
diff --git a/Test/sysinfoplus/info.yml b/Test/sysinfoplus/info.yml
index af50729..08c87ce 100644
--- a/Test/sysinfoplus/info.yml
+++ b/Test/sysinfoplus/info.yml
@@ -1,13 +1,14 @@
---
-
authors: 'Juerd, Tronic'
- changed: 'Mon Nov 04 15:17:30 EET 2002'
+ changed: 2017-04-02
commands:
- sysinfo
contact: trn@iki.fi
default_package: sysinfoplus
description: 'Linux system information (with vPenis and other stuff)'
license: 'Public Domain'
+ modified: '2017-04-02 20:30:12'
name: SysinfoPlus
url: http://juerd.nl/irssi/
- version: '2.20'
+ version: '2.21'
diff --git a/Test/sysinfoplus/irssi.log b/Test/sysinfoplus/irssi.log
index ccdb208..a28d85f 100644
--- a/Test/sysinfoplus/irssi.log
+++ b/Test/sysinfoplus/irssi.log
@@ -1,7 +1,7 @@
-* Scalar value @uname[1] better written as $uname[1] at sysinfoplus.pl line 52.
+* Scalar value @uname[1] better written as $uname[1] at sysinfoplus.pl line 53.
*
-* Scalar value @uname[0] better written as $uname[0] at sysinfoplus.pl line 52.
+* Scalar value @uname[0] better written as $uname[0] at sysinfoplus.pl line 53.
*
-* Scalar value @uname[2] better written as $uname[2] at sysinfoplus.pl line 52.
+* Scalar value @uname[2] better written as $uname[2] at sysinfoplus.pl line 53.
*
* -!- Irssi: Loaded script sysinfoplus
diff --git a/Test/sysinfoplus/perlcritic.log b/Test/sysinfoplus/perlcritic.log
index 78dcd50..57a4e40 100644
--- a/Test/sysinfoplus/perlcritic.log
+++ b/Test/sysinfoplus/perlcritic.log
@@ -1,10 +1,7 @@
-Code before strictures are enabled at line 20, column 1. See page 429 of PBP. (Severity: 5)
-Code before warnings are enabled at line 20, column 1. See page 431 of PBP. (Severity: 4)
-Expression form of "eval" at line 33, column 5. See page 161 of PBP. (Severity: 5)
-Two-argument "open" used at line 54, column 5. See page 207 of PBP. (Severity: 5)
-Return value of "open" ignored at line 54, column 5. Check the return value of "open" for success. (Severity: 3)
-Return value of "close" ignored at line 61, column 5. Check the return value of "close" for success. (Severity: 2)
-Two-argument "open" used at line 63, column 5. See page 207 of PBP. (Severity: 5)
-Return value of "open" ignored at line 63, column 5. Check the return value of "open" for success. (Severity: 3)
-Return value of "close" ignored at line 67, column 5. Check the return value of "close" for success. (Severity: 2)
-Mismatched operator at line 93, column 43. Numeric/string operators and operands should match. (Severity: 3)
+Code before warnings are enabled at line 22, column 1. See page 431 of PBP. (Severity: 4)
+Expression form of "eval" at line 35, column 5. See page 161 of PBP. (Severity: 5)
+Return value of "open" ignored at line 55, column 5. Check the return value of "open" for success. (Severity: 3)
+Return value of "close" ignored at line 62, column 5. Check the return value of "close" for success. (Severity: 2)
+Return value of "open" ignored at line 64, column 5. Check the return value of "open" for success. (Severity: 3)
+Return value of "close" ignored at line 68, column 5. Check the return value of "close" for success. (Severity: 2)
+Mismatched operator at line 94, column 43. Numeric/string operators and operands should match. (Severity: 3)
diff --git a/Test/xetra/irssi.log b/Test/xetra/irssi.log
index b03932f..6408184 100644
--- a/Test/xetra/irssi.log
+++ b/Test/xetra/irssi.log
@@ -1,6 +1,6 @@
* Use of uninitialized value $Irssi::Script::xetra::forked in numeric gt (>) at xetra.pl line 95.
*
-* -!- Irssi: Error in script xetra:
-* Can't locate object method "new" via package "Data::Dumper" (perhaps you forgot to load "Data::Dumper"?) at xetra.pl line 112.
* >> Xetra 20030208 loaded: /xetra help for help
* -!- Irssi: Loaded script xetra
+* -!- Irssi: Error in script xetra:
+* Can't locate object method "new" via package "Data::Dumper" (perhaps you forgot to load "Data::Dumper"?) at xetra.pl line 112.