From fe1113cf6b59f84d8474127dfa6f81c70aa6a4ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Josef=20=C5=A0pa=C4=8Dek?= Date: Fri, 23 Jun 2023 09:24:08 +0200 Subject: [PATCH] Add bugtracker --- META.yml | 1 + Makefile.PL | 1 + 2 files changed, 2 insertions(+) diff --git a/META.yml b/META.yml index e7a15cf..92fc80c 100644 --- a/META.yml +++ b/META.yml @@ -27,5 +27,6 @@ requires: MooX::late: '0.014' Scalar::Util: 0 resources: + bugtracker: https://github.com/bestpractical/gnupg-interface/issues license: http://dev.perl.org/licenses/ version: '1.02' diff --git a/Makefile.PL b/Makefile.PL index 2181b51..2d13f01 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -25,6 +25,7 @@ requires 'Math::BigInt' => '1.78'; requires 'Fatal'; requires 'Scalar::Util'; license 'perl'; +resources 'bugtracker' => 'https://github.com/bestpractical/gnupg-interface/issues'; sign();