From d932689958e0300796b154941b70ecfc26472a52 Mon Sep 17 00:00:00 2001 From: brian d foy Date: Tue, 25 Oct 2022 15:12:15 -0400 Subject: [PATCH] URL does not need .git at end for GitHub --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 178d01c..5b2ca12 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -78,7 +78,7 @@ my %WriteMakefile = ( resources => { repository => { type => 'git', - url => "$github.git", + url => $github, web => $github, }, bugtracker => {