From d84f1e1808b3252af83e4963eccfd1e4f19c5326 Mon Sep 17 00:00:00 2001 From: Obfuscoder Date: Fri, 17 Oct 2014 22:54:13 +0200 Subject: Fix perlcritic issues for all scripts starting with e to l --- scripts/exec_clean.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/exec_clean.pl') diff --git a/scripts/exec_clean.pl b/scripts/exec_clean.pl index 7405ef6..766627f 100644 --- a/scripts/exec_clean.pl +++ b/scripts/exec_clean.pl @@ -1,6 +1,8 @@ # $Id: exec-clean.pl,v 1.6 2002/07/04 13:18:02 jylefort Exp $ +use strict; use Irssi 20020121.2020 (); +use vars qw($VERSION %IRSSI); $VERSION = "1.01"; %IRSSI = ( authors => 'Jean-Yves Lefort', @@ -32,7 +34,6 @@ $VERSION = "1.01"; # # * kill the process using a better method (TERM -> sleep -> KILL etc) -use strict; use Irssi::UI; sub window_destroyed { -- cgit v1.2.3