summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-02-12 18:19:09 +0200
committerSergey Poznyakoff <gray@gnu.org>2021-02-12 18:19:09 +0200
commit3c5e8dc6390fa17e57e2b05f2503b0f1a8a3b12a (patch)
treeeaf98d7ddaa5f7c1e03a1f4a73597378791d5e9e
parentb67696484e84bcb13fa9c976effc19ada46ce12c (diff)
downloadacpp-3c5e8dc6390fa17e57e2b05f2503b0f1a8a3b12a.tar.gz
acpp-3c5e8dc6390fa17e57e2b05f2503b0f1a8a3b12a.tar.bz2
Change bugtracker addressv1.07
As a reaction to https://log.perl.org/2020/12/rtcpanorg-sunset.html, bugtracker switched to puszcza.gnu.org.ua
-rw-r--r--Changes4
-rw-r--r--Makefile.PL4
-rw-r--r--lib/Apache/Config/Preproc.pm2
3 files changed, 9 insertions, 1 deletions
diff --git a/Changes b/Changes
index 2a66b56..96c6312 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+1.07 2021-01-12
+
+* Change bugtracker address.
+
1.06 2020-01-23
* Adopt the testsuite for systems with directory separator other than '/'.
diff --git a/Makefile.PL b/Makefile.PL
index e573b30..081242b 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -31,6 +31,10 @@ WriteMakefile(NAME => 'Apache::Config::Preproc',
url => 'git://git.gnu.org.ua/acpp.git',
web => 'http://git.gnu.org.ua/cgit/acpp.git/',
},
+ bugtracker => {
+ web => 'https://puszcza.gnu.org.ua/bugs/?group=acpp',
+ mailto => 'gray+acpp@gnu.org.ua'
+ }
},
provides => Module::Metadata->provides(version => '1.4',
dir => 'lib')
diff --git a/lib/Apache/Config/Preproc.pm b/lib/Apache/Config/Preproc.pm
index 1089bf6..225e9b4 100644
--- a/lib/Apache/Config/Preproc.pm
+++ b/lib/Apache/Config/Preproc.pm
@@ -5,7 +5,7 @@ use warnings;
use Carp;
use version 0.77;
-our $VERSION = '1.06';
+our $VERSION = '1.07';
sub import {
my $class = shift;

Return to:

Send suggestions and report system problems to the System administrator.