summaryrefslogtreecommitdiffstats
path: root/scripts/logcompress.pl
diff options
context:
space:
mode:
authorDavid Leadbeater2015-01-10 17:50:12 +0000
committerDavid Leadbeater2015-01-10 17:50:12 +0000
commit3350aef6b04f0d33ad52b41179c6742a98d2aa1f (patch)
tree287ac1dba07509317309acab3161f5da286958e9 /scripts/logcompress.pl
parent1bae3cffef57d4d46d0230aa4f44cc52c7671b93 (diff)
parent2d920d6f610e176bf121f9089f21956595df70e9 (diff)
downloadscripts.irssi.org-3350aef6b04f0d33ad52b41179c6742a98d2aa1f.tar.bz2
Merge branch 'obfuscoder-perlcritic-e-l' into gh-pages
Diffstat (limited to 'scripts/logcompress.pl')
-rw-r--r--scripts/logcompress.pl3
1 files changed, 2 insertions, 1 deletions
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"
);