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/title.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/title.pl') diff --git a/scripts/title.pl b/scripts/title.pl index f6fa3de..bec0d4f 100644 --- a/scripts/title.pl +++ b/scripts/title.pl @@ -1,3 +1,5 @@ +use strict; +use vars qw($VERSION %IRSSI); use Irssi 20020120.0250 (); $VERSION = "3.2b"; %IRSSI = ( -- cgit v1.2.3