summaryrefslogtreecommitdiffstats
path: root/Test/hitcount
diff options
context:
space:
mode:
authorIrssi Scripts Helper2017-03-17 14:00:54 +0000
committerIrssi Scripts Helper2017-03-17 14:00:54 +0000
commitbcc8f2eb7611cb2022a31a9e1ca31e0bd4a15afb (patch)
treefbef8df8a8b6b01ba7170217206250d02c5d6929 /Test/hitcount
parent0506f0ec9040c751bf2b0c2560f1acccfb0d8a31 (diff)
downloadscripts.irssi.org-bcc8f2eb7611cb2022a31a9e1ca31e0bd4a15afb.tar.bz2
ci artefacts for 55a800ac4889543fd56adabbe335a232bff404a4
[skip ci]
Diffstat (limited to 'Test/hitcount')
-rw-r--r--Test/hitcount/failed.yml4
-rw-r--r--Test/hitcount/info.yml6
-rw-r--r--Test/hitcount/irssi.log7
-rw-r--r--Test/hitcount/perlcritic.log2
4 files changed, 8 insertions, 11 deletions
diff --git a/Test/hitcount/failed.yml b/Test/hitcount/failed.yml
deleted file mode 100644
index 062f7e9..0000000
--- a/Test/hitcount/failed.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
--
- failed: 1
- name: hitcount
diff --git a/Test/hitcount/info.yml b/Test/hitcount/info.yml
index b83a6af..ca87cb5 100644
--- a/Test/hitcount/info.yml
+++ b/Test/hitcount/info.yml
@@ -1,9 +1,11 @@
---
-
authors: 'Riku "Shrike" Lindblad'
- changed: '$Date: 2002/03/05 18:19:28 $ '
+ changed: '$Date: 2017/03/07 $ '
contact: 'shrike\@addiktit.net, Shrike on IRCNet/QNet/EFNet/DALNet'
+ default_package: hitcount
description: 'Add a apache page hitcounter to statusbar'
license: Free
+ modified: '2017-03-13 21:57:23'
name: hitcount
- version: '1.3'
+ version: '1.4'
diff --git a/Test/hitcount/irssi.log b/Test/hitcount/irssi.log
index 7525812..6999ac7 100644
--- a/Test/hitcount/irssi.log
+++ b/Test/hitcount/irssi.log
@@ -1,4 +1,3 @@
-* -!- Irssi: Error in script hitcount:
-* Global symbol "$Revision" requires explicit package name at hitcount.pl line 5.
-* Global symbol "$n" requires explicit package name at hitcount.pl line 5.
-* BEGIN not safe after errors--compilation aborted at hitcount.pl line 52.
+* -!- Irssi: Hitcounter version 1.4 loaded
+* -!- Irssi: Failed to open </var/log/httpd/access.log: No such file or directory
+* -!- Irssi: Loaded script hitcount
diff --git a/Test/hitcount/perlcritic.log b/Test/hitcount/perlcritic.log
index 5e2015d..890785f 100644
--- a/Test/hitcount/perlcritic.log
+++ b/Test/hitcount/perlcritic.log
@@ -1,2 +1,2 @@
Code before warnings are enabled at line 5, column 1. See page 431 of PBP. (Severity: 4)
-Return value of "close" ignored at line 88, column 2. Check the return value of "close" for success. (Severity: 2)
+Return value of "close" ignored at line 91, column 9. Check the return value of "close" for success. (Severity: 2)