Skip to content

Commit

Permalink
Update version to 0.62
Browse files Browse the repository at this point in the history
  • Loading branch information
athomason committed Feb 11, 2015
1 parent c8f921b commit 68b2a50
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,4 +1,8 @@
Revision history for Perl extension Log::Syslog::Fast.
0.62 Tue Feb 10 17:53:36 PST 2015
- Emit strict RFC3339 timestamp in RFC5424 mode.
See https://github.com/athomason/Log-Syslog-Fast/pull/6
Thanks to Oleg Komarov, komarov@.
0.61 Wed Oct 31 16:41:12 PDT 2012
- Return a descriptive error on getaddrinfo failure.
0.60 Tue Mar 6 18:00:32 PST 2012
Expand Down
2 changes: 1 addition & 1 deletion META.yml
@@ -1,7 +1,7 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: Log-Syslog-Fast
version: 0.61
version: 0.62
version_from: lib/Log/Syslog/Fast.pm
installdirs: site
requires:
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
Log-Syslog-Fast version 0.61
Log-Syslog-Fast version 0.62
============================

This module sends syslog messages over a network socket. It works like
Expand Down
2 changes: 1 addition & 1 deletion lib/Log/Syslog/Fast.pm
Expand Up @@ -4,7 +4,7 @@ use 5.006002;
use strict;
use warnings;

our $VERSION = '0.61';
our $VERSION = '0.62';

use Log::Syslog::Fast::Constants ':all';
require Exporter;
Expand Down

0 comments on commit 68b2a50

Please sign in to comment.