From: Sébastien Aperghis-Tramoni Date: Thu, 8 Nov 2007 02:05:45 +0000 (+0100) Subject: Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.22.tar.gz X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=46eb16f1dff3be6ceb73471f0435a4411a87318d;p=p5sagit%2Fp5-mst-13.2.git Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.22.tar.gz Message-Id: p4raw-id: //depot/perl@32286 --- diff --git a/ext/Sys/Syslog/Changes b/ext/Sys/Syslog/Changes index 061bf9b..c780486 100644 --- a/ext/Sys/Syslog/Changes +++ b/ext/Sys/Syslog/Changes @@ -1,6 +1,6 @@ Revision history for Sys-Syslog -0.22 -- 2007.11.xx -- Sebastien Aperghis-Tramoni (SAPER) +0.22 -- 2007.11.08 -- Sebastien Aperghis-Tramoni (SAPER) [BUGFIX] CPAN-RT#29875: Added workaround SpamAssassin overzealous logging features. [FEATURE] Added support for PERROR option. diff --git a/ext/Sys/Syslog/Syslog.pm b/ext/Sys/Syslog/Syslog.pm index 3aa26a3..899f25b 100644 --- a/ext/Sys/Syslog/Syslog.pm +++ b/ext/Sys/Syslog/Syslog.pm @@ -10,7 +10,7 @@ require 5.005; require Exporter; { no strict 'vars'; - $VERSION = '0.21'; + $VERSION = '0.22'; @ISA = qw(Exporter); %EXPORT_TAGS = ( @@ -771,7 +771,7 @@ Sys::Syslog - Perl interface to the UNIX syslog(3) calls =head1 VERSION -Version 0.21 +Version 0.22 =head1 SYNOPSIS