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.
+1.06 Fri Feb 12 20:37:32 2021
+ - Change bugtracker address.
+
1.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(
},
+ bugtracker => {
+ web => 'https://puszcza.gnu.org.ua/bugs/?group=config-haproxy',
+ mailto => 'gray+config-haproxy@gnu.org.ua'
+ }
},
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;
-our $VERSION = '1.05';
+our $VERSION = '1.06';

Return to:

Send suggestions and report system problems to the System administrator.