From 06e76a65440a9ecc4d880ff597c8ad5439b7820d Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 27 May 2019 14:01:09 +0300 Subject: Config::HAProxy version 1.05 --- Changes | 3 +++ lib/Config/HAProxy.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index ce9641c..0d0a1a9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Config::HAProxy. +1.05 Mon May 27 13:59:57 2019 + - unlink temporary file on error + 1.04 Sun May 26 12:23:54 2019 - fix improper use of IPC::Cmd diff --git a/lib/Config/HAProxy.pm b/lib/Config/HAProxy.pm index 175e402..35e75b9 100644 --- a/lib/Config/HAProxy.pm +++ b/lib/Config/HAProxy.pm @@ -16,7 +16,7 @@ use File::Spec; use IPC::Cmd qw(run); use Carp; -our $VERSION = '1.04'; +our $VERSION = '1.05'; my %sections = ( global => 1, -- cgit v1.2.1