From 55e10f5aeb6d0559518623a432263d4a73d7614b Mon Sep 17 00:00:00 2001 From: Obfuscoder Date: Fri, 24 Oct 2014 23:01:30 +0200 Subject: Fix perlcritic issues for all scripts starting with s to z --- scripts/userhost.pl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'scripts/userhost.pl') 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) = @_; -- cgit v1.2.3