From: Graham Knop Date: Sun, 10 Mar 2024 13:57:31 +0000 (+0100) Subject: update distar clone url X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fstrictures.git;a=commitdiff_plain;h=3642374f1fabd88526af2e299fada828b0fc2090 update distar clone url --- diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index 0d7f6e9..2f5240f 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -1,4 +1,4 @@ -BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") } +BEGIN { -e 'Distar' or system qw(git clone https://github.com/p5sagit/Distar.git) } use lib 'Distar/lib'; use Distar;