diff options
Diffstat (limited to 'cpan/Sys-Syslog/Syslog.pm')
-rw-r--r-- | cpan/Sys-Syslog/Syslog.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Sys-Syslog/Syslog.pm b/cpan/Sys-Syslog/Syslog.pm index eed224a7c4..28f36c7ea0 100644 --- a/cpan/Sys-Syslog/Syslog.pm +++ b/cpan/Sys-Syslog/Syslog.pm @@ -11,7 +11,7 @@ require 5.005; { no strict 'vars'; - $VERSION = '0.33'; + $VERSION = '0.33_01'; %EXPORT_TAGS = ( standard => [qw(openlog syslog closelog setlogmask)], |