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/wkb.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/wkb.pl') diff --git a/scripts/wkb.pl b/scripts/wkb.pl index 527536a..96cbd34 100644 --- a/scripts/wkb.pl +++ b/scripts/wkb.pl @@ -1,4 +1,6 @@ +use strict; use Irssi 20020217; # Irssi 0.8.0 +use vars qw($VERSION %IRSSI); $VERSION = "1.1"; %IRSSI = ( authors => "Matti 'qvr' Hiljanen", @@ -9,7 +11,6 @@ $VERSION = "1.1"; url => "http://matin.maapallo.org/softa/irssi", ); -use strict; use Irssi; my @channels = -- cgit v1.2.3