]> git.donarmstrong.com Git - perltidy.git/commitdiff
set bugtracker to be github
authorSteve Hancock <perltidy@users.sourceforge.net>
Wed, 25 Jan 2023 18:38:28 +0000 (10:38 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Wed, 25 Jan 2023 18:38:28 +0000 (10:38 -0800)
Makefile.PL

index 09b23bea4759e5f6e426054edba100a9c56b25fa..bbf80b3a757bb44ec9735180a98bf37c75014587 100644 (file)
@@ -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"
+            },
         },
     },
 );