-rw-r--r-- | Changes | 3 | ||||
-rw-r--r-- | Makefile.PL | 4 | ||||
-rw-r--r-- | lib/Config/HAProxy.pm | 2 |
3 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,8 @@ | |||
1 | Revision history for Perl extension Config::HAProxy. | 1 | Revision history for Perl extension Config::HAProxy. |
2 | 2 | ||
3 | 1.06 Fri Feb 12 20:37:32 2021 | ||
4 | - Change bugtracker address. | ||
5 | |||
3 | 1.05 Mon May 27 13:59:57 2019 | 6 | 1.05 Mon May 27 13:59:57 2019 |
4 | - unlink temporary file on error | 7 | - unlink temporary file on error |
5 | 8 | ||
diff --git a/Makefile.PL b/Makefile.PL index 754d3aa..d7c08b9 100644 --- a/Makefile.PL +++ b/Makefile.PL | |||
@@ -27,6 +27,10 @@ WriteMakefile( | |||
27 | url => 'git://git.gnu.org.ua/config-haproxy.git', | 27 | url => 'git://git.gnu.org.ua/config-haproxy.git', |
28 | web => 'http://git.gnu.org.ua/cgit/config-haproxy.git/', | 28 | web => 'http://git.gnu.org.ua/cgit/config-haproxy.git/', |
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 | }, |
31 | provides => Module::Metadata->provides(version => '1.4', | 35 | provides => Module::Metadata->provides(version => '1.4', |
32 | dir => 'lib') | 36 | 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; | |||
16 | use IPC::Cmd qw(run); | 16 | use IPC::Cmd qw(run); |
17 | use Carp; | 17 | use Carp; |
18 | 18 | ||
19 | our $VERSION = '1.05'; | 19 | our $VERSION = '1.06'; |
20 | 20 | ||
21 | my %sections = ( | 21 | my %sections = ( |
22 | global => 1, | 22 | global => 1, |