summaryrefslogtreecommitdiffstats
path: root/Test/dns
diff options
context:
space:
mode:
authorIrssi Scripts Helper2015-01-26 21:41:31 +0000
committerIrssi Scripts Helper2015-01-26 21:41:31 +0000
commit26a165ab6d0dee6c799a69628b730e7e174161b3 (patch)
treef583b3fd567b77580c93eba3fa7b19a431dd35c4 /Test/dns
downloadscripts.irssi.org-26a165ab6d0dee6c799a69628b730e7e174161b3.tar.bz2
ci artefacts for 7a8cbb3a3da2658e7eee3530ee6b78b43ca6cfbc
[skip ci]
Diffstat (limited to 'Test/dns')
-rw-r--r--Test/dns/info.yml11
-rw-r--r--Test/dns/irssi.log1
-rw-r--r--Test/dns/perlcritic.log6
3 files changed, 18 insertions, 0 deletions
diff --git a/Test/dns/info.yml b/Test/dns/info.yml
new file mode 100644
index 0000000..fe3e85c
--- /dev/null
+++ b/Test/dns/info.yml
@@ -0,0 +1,11 @@
+---
+-
+ authors: "Timo 'cras' Sirainen"
+ changed: 2002-03-04T22:47+0100
+ contact: tss@iki.fi
+ default_package: dns
+ description: '/DNS <nick>|<host>|<ip> ...'
+ license: 'Public Domain'
+ name: dns
+ url: http://irssi.org/
+ version: 2.1.1
diff --git a/Test/dns/irssi.log b/Test/dns/irssi.log
new file mode 100644
index 0000000..74797a1
--- /dev/null
+++ b/Test/dns/irssi.log
@@ -0,0 +1 @@
+* -!- Irssi: Loaded script dns
diff --git a/Test/dns/perlcritic.log b/Test/dns/perlcritic.log
new file mode 100644
index 0000000..1938a23
--- /dev/null
+++ b/Test/dns/perlcritic.log
@@ -0,0 +1,6 @@
+Code before warnings are enabled at line 13, column 1. See page 431 of PBP. (Severity: 4)
+Return value of "close" ignored at line 131, column 5. Check the return value of "close" for success. (Severity: 2)
+Return value of "close" ignored at line 131, column 17. Check the return value of "close" for success. (Severity: 2)
+Return value of "close" ignored at line 138, column 5. Check the return value of "close" for success. (Severity: 2)
+Return value of "close" ignored at line 172, column 5. Check the return value of "close" for success. (Severity: 2)
+Return value of "close" ignored at line 180, column 3. Check the return value of "close" for success. (Severity: 2)