summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-02-12 22:38:59 +0200
committerSergey Poznyakoff <gray@gnu.org>2021-02-12 22:38:59 +0200
commit0ab7ca3a30308675a725f9e37a2d0f99326fdcf4 (patch)
tree5c84f63efc896c4cda3314e0ce90cc4eb9a7160a
parent06e76a65440a9ecc4d880ff597c8ad5439b7820d (diff)
downloadconfig-haproxy-0ab7ca3a30308675a725f9e37a2d0f99326fdcf4.tar.gz
config-haproxy-0ab7ca3a30308675a725f9e37a2d0f99326fdcf4.tar.bz2
Change bugtracker addressv1.06
As a reaction to https://log.perl.org/2020/12/rtcpanorg-sunset.html, bugtracker switched to puszcza.gnu.org.ua
-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
@@ -1,5 +1,8 @@
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
- unlink temporary file on error
diff --git a/Makefile.PL b/Makefile.PL
index 754d3aa..d7c08b9 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -27,6 +27,10 @@ WriteMakefile(
url => 'git://git.gnu.org.ua/config-haproxy.git',
web => 'http://git.gnu.org.ua/cgit/config-haproxy.git/',
},
+ bugtracker => {
+ web => 'https://puszcza.gnu.org.ua/bugs/?group=config-haproxy',
+ mailto => 'gray+config-haproxy@gnu.org.ua'
+ }
},
provides => Module::Metadata->provides(version => '1.4',
dir => 'lib')
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
@@ -16,7 +16,7 @@ use File::Spec;
use IPC::Cmd qw(run);
use Carp;
-our $VERSION = '1.05';
+our $VERSION = '1.06';
my %sections = (
global => 1,

Return to:

Send suggestions and report system problems to the System administrator.