From 46eb16f1dff3be6ceb73471f0435a4411a87318d Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Aperghis-Tramoni?= Date: Thu, 8 Nov 2007 03:05:45 +0100 Subject: [PATCH] Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.22.tar.gz Message-Id: p4raw-id: //depot/perl@32286 --- ext/Sys/Syslog/Changes | 2 +- ext/Sys/Syslog/Syslog.pm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.7.4