use IO::Compress::Gzip qw(gzip $GzipError);
use vars qw($VERSION %IRSSI);
-$VERSION = "0.01";
+$VERSION = "0.02";
%IRSSI = (
authors => 'vague',
contact => 'vague!#irssi@fgreenode',
description => "compress logfiles then they're rotated, modified from original logcompress.pl to use perl modules instead",
license => "Public Domain",
url => "http://irssi.org/",
- changed => "2016-01-31T01:45+0100"
+ changed => "2017-01-07T12:00+0100"
);
sub sig_rotate {