summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes3
-rw-r--r--lib/Config/HAProxy.pm2
2 files changed, 4 insertions, 1 deletions
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,

Return to:

Send suggestions and report system problems to the System administrator.