diff options
| author | Obfuscoder | 2014-10-24 23:01:30 +0200 | 
|---|---|---|
| committer | Obfuscoder | 2014-10-24 23:01:30 +0200 | 
| commit | 55e10f5aeb6d0559518623a432263d4a73d7614b (patch) | |
| tree | c8125ac40ada1411c240cd68d6535d532849e631 /scripts/userhost.pl | |
| parent | ff9a44047a299bce4995c22fd6f15851e1b065ee (diff) | |
| download | scripts.irssi.org-55e10f5aeb6d0559518623a432263d4a73d7614b.tar.bz2 | |
Fix perlcritic issues for all scripts starting with s to z
Diffstat (limited to 'scripts/userhost.pl')
| -rw-r--r-- | scripts/userhost.pl | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/scripts/userhost.pl b/scripts/userhost.pl index 9111a93..339b309 100644 --- a/scripts/userhost.pl +++ b/scripts/userhost.pl @@ -1,6 +1,7 @@  # $Id: userhost.pl,v 1.18 2002/07/04 13:18:02 jylefort Exp $ - +use strict;  use Irssi 20020121.2020 (); +use vars qw($VERSION %IRSSI);  $VERSION = "0.23";  %IRSSI = (  	  authors     => 'Jean-Yves Lefort', @@ -46,8 +47,6 @@ $VERSION = "0.23";  #  #	2002-01-23	initial release -use strict; -  # -verbatim- import expand  sub expand {    my ($string, %format) = @_; | 
