diff options
Diffstat (limited to 'ext/Sys/Syslog/Syslog.pm')
-rw-r--r-- | ext/Sys/Syslog/Syslog.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Sys/Syslog/Syslog.pm b/ext/Sys/Syslog/Syslog.pm index 2a2ddb8b04..6dc3c853f4 100644 --- a/ext/Sys/Syslog/Syslog.pm +++ b/ext/Sys/Syslog/Syslog.pm @@ -9,7 +9,7 @@ require 5.006; require Exporter; { no strict 'vars'; - $VERSION = '0.18'; + $VERSION = '0.18_01'; @ISA = qw(Exporter); %EXPORT_TAGS = ( |