summaryrefslogtreecommitdiffstats
path: root/scripts/logcompress.pl
diff options
context:
space:
mode:
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"
);