summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.