From dd80027b51b3ee71027a2612595aee38e38c0d6e Mon Sep 17 00:00:00 2001 From: Obfuscoder Date: Sun, 19 Oct 2014 11:54:16 +0200 Subject: Fix perlcritic issues for all scripts starting with m to r --- scripts/noisyquery.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/noisyquery.pl') diff --git a/scripts/noisyquery.pl b/scripts/noisyquery.pl index 94328a1..e11be3b 100644 --- a/scripts/noisyquery.pl +++ b/scripts/noisyquery.pl @@ -3,7 +3,9 @@ # 21.08.2001 bd@bc-bd.org :: added automatic whois +use strict; use Irssi; +use vars qw($VERSION %IRSSI); $VERSION="0.1.1"; %IRSSI = ( -- cgit v1.2.3