From e41d047cc0173a6bea831fbd728ace5cec954452 Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Wed, 5 Aug 2015 17:56:30 -0700 Subject: [PATCH] set bugtracker and irc channel in metadata (closes RT#101981) --- Makefile.PL | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index 5f92cf0..9d777c8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,6 +8,10 @@ license 'perl'; # uses Module::Install::Repository auto_set_repository; +resources + bugtracker => 'http://github.com/symkat/Daemon-Control/issues', + IRC => 'irc://irc.freenode.org/#perl-daemon-control'; + # Specific dependencies requires 'File::Spec' => '0'; requires 'POSIX' => '0';