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/users.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/users.pl') diff --git a/scripts/users.pl b/scripts/users.pl index b6c7441..32bd175 100644 --- a/scripts/users.pl +++ b/scripts/users.pl @@ -1,6 +1,8 @@ # $Id: users.pl,v 1.22 2003/01/11 14:54:35 jylefort Exp $ +use strict; use Irssi 20020121.2020 (); +use vars qw($VERSION %IRSSI); $VERSION = "2.3"; %IRSSI = ( authors => 'Jean-Yves Lefort', @@ -98,8 +100,6 @@ $VERSION = "2.3"; # # 2002-01-23 initial release -use strict; - ### sort algorithms table ##################################################### my %cmp = ( -- cgit v1.2.3