From: Steve Hancock Date: Wed, 25 Jan 2023 18:38:28 +0000 (-0800) Subject: set bugtracker to be github X-Git-Tag: 20221112.05~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ea9d132431fc51bb23643797caa6103644c1d178;p=perltidy.git set bugtracker to be github --- 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" + }, }, }, );