From ea9d132431fc51bb23643797caa6103644c1d178 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Wed, 25 Jan 2023 10:38:28 -0800 Subject: [PATCH] set bugtracker to be github --- Makefile.PL | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index 09b23bea..bbf80b3a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -45,6 +45,9 @@ WriteMakefile( url => 'https://github.com/perltidy/perltidy.git', web => 'https://github.com/perltidy/perltidy', }, + bugtracker => { + "web" => "https://github.com/perltidy/perltidy/issues" + }, }, }, ); -- 2.39.5