summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes5
-rw-r--r--lib/Config/HAProxy.pm2
2 files changed, 6 insertions, 1 deletions
diff --git a/Changes b/Changes
index d0f70d4..a7f1b78 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
1Revision history for Perl extension Config::HAProxy. 1Revision history for Perl extension Config::HAProxy.
2 2
31.08 Thu Jun 23 15:21:17 2022
4 - Handle the 'resolvers' section.
5 - New class methods for declaring (and undeclaring) sections.
6 - Fix changing the argv of a Node.
7
31.06 Fri Feb 12 20:37:32 2021 81.06 Fri Feb 12 20:37:32 2021
4 - Change bugtracker address. 9 - Change bugtracker address.
5 10
diff --git a/lib/Config/HAProxy.pm b/lib/Config/HAProxy.pm
index 3e2f4f9..f220051 100644
--- a/lib/Config/HAProxy.pm
+++ b/lib/Config/HAProxy.pm
@@ -16,7 +16,7 @@ use File::Spec;
16use IPC::Cmd qw(run); 16use IPC::Cmd qw(run);
17use Carp; 17use Carp;
18 18
19our $VERSION = '1.06'; 19our $VERSION = '1.08';
20 20
21my %sections = ( 21my %sections = (
22 global => 1, 22 global => 1,

Return to:

Send suggestions and report system problems to the System administrator.