From 033a5dd9ce0f80387e22b6bec1699ee837543051 Mon Sep 17 00:00:00 2001 From: brian d foy Date: Tue, 25 Oct 2022 14:46:46 -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 b9cbee5..efa0dd6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -76,7 +76,7 @@ my %WriteMakefile = ( resources => { repository => { type => 'git', - url => "$github.git", + url => $github, web => $github, }, bugtracker => {