summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-02-13 11:17:42 +0200
committerSergey Poznyakoff <gray@gnu.org>2021-02-13 11:17:42 +0200
commit5a970a796094cfb40d418562f876d71c1b0b8ad1 (patch)
tree756d704128df7674676f49fd45b05322de3d5925 /Makefile.PL
parentf0323d4cf0c67d2c0b66e3a4c14eff8b2eec1618 (diff)
downloadmojosyslog-master.tar.gz
mojosyslog-master.tar.bz2
Change bugtracker addressHEADv1.03master
As a reaction to https://log.perl.org/2020/12/rtcpanorg-sunset.html, bugtracker switched to puszcza.gnu.org.ua
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 8922c55..f91e2e4 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -22,6 +22,12 @@ WriteMakefile(
url => 'git://git.gnu.org.ua/mojosyslog.git',
web => 'http://git.gnu.org.ua/cgit/mojosyslog.git/',
},
- }
+ bugtracker => {
+ web => 'https://puszcza.gnu.org.ua/bugs/?group=mojosyslog',
+ mailto => 'gray+mojosyslog@gnu.org.ua'
+ },
+ },
+ provides => Module::Metadata->provides(version => '1.4',
+ dir => 'lib')
}
);

Return to:

Send suggestions and report system problems to the System administrator.