From 1ff3d197bf8cf680e339f410d307943e18925e23 Mon Sep 17 00:00:00 2001 From: brian d foy Date: Tue, 25 Oct 2022 14:36:11 -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 d188459..43900b2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -75,7 +75,7 @@ my %WriteMakefile = ( resources => { repository => { type => 'git', - url => "$github.git", + url => $github, web => $github, }, bugtracker => {