summaryrefslogtreecommitdiffstats
path: root/Test/url_log
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/url_log
downloadscripts.irssi.org-26a165ab6d0dee6c799a69628b730e7e174161b3.tar.bz2
ci artefacts for 7a8cbb3a3da2658e7eee3530ee6b78b43ca6cfbc
[skip ci]
Diffstat (limited to 'Test/url_log')
-rw-r--r--Test/url_log/info.yml16
-rw-r--r--Test/url_log/irssi.log1
-rw-r--r--Test/url_log/perlcritic.log5
3 files changed, 22 insertions, 0 deletions
diff --git a/Test/url_log/info.yml b/Test/url_log/info.yml
new file mode 100644
index 0000000..243afb8
--- /dev/null
+++ b/Test/url_log/info.yml
@@ -0,0 +1,16 @@
+---
+-
+ authors: 'Thomas Graf'
+ contact: irssi@reeler.org
+ default_package: url_log
+ description: 'logs urls to textfile or/and database, able to list, quote, open or `http head` saved urls.'
+ license: 'GNU GPLv2 or later'
+ modified: '2014-10-24 23:01:30'
+ modules:
+ - DBI
+ - HTTP::Status
+ - LWP
+ - LWP::UserAgent
+ name: url_log
+ url: http://irssi.reeler.org/url/
+ version: 0.2
diff --git a/Test/url_log/irssi.log b/Test/url_log/irssi.log
new file mode 100644
index 0000000..8812368
--- /dev/null
+++ b/Test/url_log/irssi.log
@@ -0,0 +1 @@
+* -!- Irssi: Loaded script url_log
diff --git a/Test/url_log/perlcritic.log b/Test/url_log/perlcritic.log
new file mode 100644
index 0000000..2b4dde0
--- /dev/null
+++ b/Test/url_log/perlcritic.log
@@ -0,0 +1,5 @@
+Code before warnings are enabled at line 55, column 1. See page 431 of PBP. (Severity: 4)
+Subroutine "new" called using indirect syntax at line 73, column 18. See page 349 of PBP. (Severity: 4)
+Subroutine "new" called using indirect syntax at line 119, column 15. See page 349 of PBP. (Severity: 4)
+Return value of "close" ignored at line 197, column 9. Check the return value of "close" for success. (Severity: 2)
+Mismatched operator at line 240, column 20. Numeric/string operators and operands should match. (Severity: 3)