From 0ab7ca3a30308675a725f9e37a2d0f99326fdcf4 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 12 Feb 2021 22:38:59 +0200 Subject: Change bugtracker address As a reaction to https://log.perl.org/2020/12/rtcpanorg-sunset.html, bugtracker switched to puszcza.gnu.org.ua --- Changes | 3 +++ Makefile.PL | 4 ++++ lib/Config/HAProxy.pm | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) 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, -- cgit v1.2.1