From: Graham Knop Date: Wed, 8 Mar 2023 06:46:26 +0000 (+0100) Subject: update Distar url X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fcurry.git;a=commitdiff_plain;h=HEAD update Distar url --- diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index dc0d14a..a4c4d16 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -1,7 +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;