summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes3
-rw-r--r--Makefile.PL4
-rw-r--r--lib/Config/HAProxy.pm2
3 files changed, 8 insertions, 1 deletions
diff --git a/Changes b/Changes
index 0d0a1a9..d0f70d4 100644
--- a/Changes
+++ b/Changes
@@ -2,2 +2,5 @@ Revision history for Perl extension Config::HAProxy.
2 2
31.06 Fri Feb 12 20:37:32 2021
4 - Change bugtracker address.
5
31.05 Mon May 27 13:59:57 2019 61.05 Mon May 27 13:59:57 2019
diff --git a/Makefile.PL b/Makefile.PL
index 754d3aa..d7c08b9 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -29,2 +29,6 @@ WriteMakefile(
29 }, 29 },
30 bugtracker => {
31 web => 'https://puszcza.gnu.org.ua/bugs/?group=config-haproxy',
32 mailto => 'gray+config-haproxy@gnu.org.ua'
33 }
30 }, 34 },
diff --git a/lib/Config/HAProxy.pm b/lib/Config/HAProxy.pm
index 35e75b9..15bfcb2 100644
--- a/lib/Config/HAProxy.pm
+++ b/lib/Config/HAProxy.pm
@@ -18,3 +18,3 @@ use Carp;
18 18
19our $VERSION = '1.05'; 19our $VERSION = '1.06';
20 20

Return to:

Send suggestions and report system problems to the System administrator.