diff options
| author | Irssi Scripts Helper | 2017-04-24 08:15:59 +0000 | 
|---|---|---|
| committer | Irssi Scripts Helper | 2017-04-24 08:15:59 +0000 | 
| commit | caa5f77b21227c566f2a21fab537299661f3af81 (patch) | |
| tree | 908e83aa23cfef12b21828ce196bc7d6ade05361 /Test | |
| parent | 3412245f3558d8aa8a768a8b16534d1cb9461f42 (diff) | |
| download | scripts.irssi.org-caa5f77b21227c566f2a21fab537299661f3af81.tar.bz2 | |
ci artefacts for 9d6c0c460ec3429d0c3caa897296737031d1bad7
[skip ci]
Diffstat (limited to 'Test')
| -rw-r--r-- | Test/mh_sbuserinfo/info.yml | 8 | ||||
| -rw-r--r-- | Test/mh_sbuserinfo/perlcritic.log | 2 | ||||
| -rw-r--r-- | Test/notes/info.yml | 7 | ||||
| -rw-r--r-- | Test/notes/perlcritic.log | 2 | 
4 files changed, 12 insertions, 7 deletions
diff --git a/Test/mh_sbuserinfo/info.yml b/Test/mh_sbuserinfo/info.yml index 0efa866..dc1c6c8 100644 --- a/Test/mh_sbuserinfo/info.yml +++ b/Test/mh_sbuserinfo/info.yml @@ -1,11 +1,13 @@  ---  -    authors: 'Michael Hansen' -  changed: 'Sun Nov  6 20:37:05 CET 2016' +  changed: 'Mon Apr 24 09:34:36 CEST 2017'    contact: 'mh on IRCnet #help'    default_package: mh_sbuserinfo -  description: 'statusbar item that shows users and limit info in channels' +  description: 'statusbar item that shows user count (opers, ops, halfops, voice and total) and limit info (with opless/limit warning) in channels'    license: BSD +  modified: '2017-04-24 09:50:42'    name: mh_sbuserinfo +  sbitems: mh_sbuserinfo    url: 'http://scripts.irssi.org / https://github.com/mh-source/irssi-scripts' -  version: '1.05' +  version: '1.06' diff --git a/Test/mh_sbuserinfo/perlcritic.log b/Test/mh_sbuserinfo/perlcritic.log index e9e98ae..939328b 100644 --- a/Test/mh_sbuserinfo/perlcritic.log +++ b/Test/mh_sbuserinfo/perlcritic.log @@ -1 +1 @@ -Code before warnings are enabled at line 130, column 1.  See page 431 of PBP.  (Severity: 4) +Code before warnings are enabled at line 150, column 1.  See page 431 of PBP.  (Severity: 4) diff --git a/Test/notes/info.yml b/Test/notes/info.yml index 4da8533..c5d96a3 100644 --- a/Test/notes/info.yml +++ b/Test/notes/info.yml @@ -1,7 +1,7 @@  ---  -    authors: vague -  changed: '24 Nov 16:00:00 CET 2015' +  changed: '22 Apr 20:00:00 CEST 2017'    commands:      - notes      - 'notes add' @@ -12,8 +12,11 @@    default_package: notes    description: 'Keeps notes on users and displayes the note in /whois output if the host/nick matches'    license: GPL2 +  modified: '2017-04-23 22:41:20'    modules:      - DBI      - DBM::Deep +    - List::MoreUtils +    - autovivification    name: notes -  version: '0.31' +  version: '1.0' diff --git a/Test/notes/perlcritic.log b/Test/notes/perlcritic.log index 6955d43..7f73922 100644 --- a/Test/notes/perlcritic.log +++ b/Test/notes/perlcritic.log @@ -1 +1 @@ -Code before warnings are enabled at line 23, column 1.  See page 431 of PBP.  (Severity: 4) +scripts/notes.pl source OK  | 
