summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
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
@@ -19,9 +19,15 @@ WriteMakefile(
19 resources => { 19 resources => {
20 repository => { 20 repository => {
21 type => 'git', 21 type => 'git',
22 url => 'git://git.gnu.org.ua/mojosyslog.git', 22 url => 'git://git.gnu.org.ua/mojosyslog.git',
23 web => 'http://git.gnu.org.ua/cgit/mojosyslog.git/', 23 web => 'http://git.gnu.org.ua/cgit/mojosyslog.git/',
24 }, 24 },
25 } 25 bugtracker => {
26 web => 'https://puszcza.gnu.org.ua/bugs/?group=mojosyslog',
27 mailto => 'gray+mojosyslog@gnu.org.ua'
28 },
29 },
30 provides => Module::Metadata->provides(version => '1.4',
31 dir => 'lib')
26 } 32 }
27); 33);

Return to:

Send suggestions and report system problems to the System administrator.