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/logcompress.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/logcompress.pl') diff --git a/scripts/logcompress.pl b/scripts/logcompress.pl index 6d41362..39089c1 100644 --- a/scripts/logcompress.pl +++ b/scripts/logcompress.pl @@ -1,5 +1,6 @@ # compress log files when they're rotated # for irssi 0.7.99 by Timo Sirainen +use strict; use Irssi; use vars qw($VERSION %IRSSI); $VERSION = "0.01"; @@ -10,7 +11,7 @@ $VERSION = "0.01"; description => "compress logfiles then they\'re rotated", license => "Public Domain", url => "http://irssi.org/", - changed => "2002-03-04T22:47+0100" + changed => "2002-03-04T22:47+0100" ); -- cgit v1.2.3