summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-02-12 18:35:14 +0200
committerSergey Poznyakoff <gray@gnu.org>2021-02-12 18:35:14 +0200
commit9d82de259ab31a8d4fe449bad887d377a343d81d (patch)
tree9a364d16e1a08dab9292e3171a317ebcf785baf8
parent0e7e7c20b7a953c1d5ad2d816aca21974d7802c9 (diff)
downloadapache-defaults-9d82de259ab31a8d4fe449bad887d377a343d81d.tar.gz
apache-defaults-9d82de259ab31a8d4fe449bad887d377a343d81d.tar.bz2
Change bugtracker addressv1.03
As a reaction to https://log.perl.org/2020/12/rtcpanorg-sunset.html, bugtracker switched to puszcza.gnu.org.ua
-rw-r--r--Changes2
-rw-r--r--Makefile.PL4
-rw-r--r--lib/Apache/Defaults.pm2
3 files changed, 7 insertions, 1 deletions
diff --git a/Changes b/Changes
index 414580e..b53c6c2 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+1.03 2021-01-12
+ - Change bugtracker address.
1.02 2019-08-25
- Make sure constructor never croaks if on_error is set to 'return'
Improve diagnostics.
diff --git a/Makefile.PL b/Makefile.PL
index 9918d74..7cdd45a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -27,6 +27,10 @@ WriteMakefile(NAME => 'Apache::Defaults',
url => 'git://git.gnu.org.ua/apache-defaults.git',
web => 'http://git.gnu.org.ua/cgit/apache-defaults.git'
},
+ bugtracker => {
+ web => 'https://puszcza.gnu.org.ua/bugs/?group=apache-defaults',
+ mailto => 'gray+apache-defaults@gnu.org.ua'
+ }
},
provides => Module::Metadata->provides(version => '1.4',
dir => 'lib')
diff --git a/lib/Apache/Defaults.pm b/lib/Apache/Defaults.pm
index 5fa8217..0978456 100644
--- a/lib/Apache/Defaults.pm
+++ b/lib/Apache/Defaults.pm
@@ -9,7 +9,7 @@ use Text::ParseWords;
use Symbol 'gensym';
use Carp;
-our $VERSION = '1.02';
+our $VERSION = '1.03';
sub new {
my $class = shift;

Return to:

Send suggestions and report system problems to the System administrator.