Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.22.tar.gz
authorSébastien Aperghis-Tramoni <sebastien@aperghis.net>
Thu, 8 Nov 2007 02:05:45 +0000 (03:05 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 12 Nov 2007 16:57:08 +0000 (16:57 +0000)
Message-Id: <BA3BE7CB-BBCC-47EF-A8EF-569BE97133E6@free.fr>

p4raw-id: //depot/perl@32286

ext/Sys/Syslog/Changes
ext/Sys/Syslog/Syslog.pm

index 061bf9b..c780486 100644 (file)
@@ -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.
index 3aa26a3..899f25b 100644 (file)
@@ -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