Define resources in Makefile
Due to the sunset of RT for CPAN it is beneficial to define
an issue tracker for libraries.
Change-Id: I1ab899a984121b85213d2a45a98a7a94f5122925
diff --git a/Makefile.PL b/Makefile.PL
index b18c6f6..570fa78 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -55,5 +55,20 @@
't/real/*.t ' .
't/script/*.t '
},
- EXE_FILES => ['script/korapxml2krill']
+ EXE_FILES => ['script/korapxml2krill'],
+ META_MERGE => {
+ 'meta-spec' => { version => 2 },
+ requires => { perl => '5.010001' },
+ resources => {
+ license => 'https://opensource.org/licenses/BSD-2-Clause',
+ repository => {
+ type => 'git',
+ url => 'https://github.com/KorAP/KorAP-XML-Krill.git',
+ web => 'https://github.com/KorAP/KorAP-XML-Krill',
+ },
+ bugtracker => {
+ web => 'https://github.com/KorAP/KorAP-XML-Krill/issues'
+ }
+ }
+ }
);