X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2FMakefile.PL.include;h=b2dd63ff29c386b2e5142f46c4caa43df525164c;hb=0c1625ecf219c0be550ed3b8e10d065e42d48d8e;hp=0e89eb9cbf64e042b6cf940420b252c89b789b20;hpb=6b1793565302c110b470bf3d78d0b2f1b8873503;p=p5sagit%2FDevel-GlobalDestruction-XS.git diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index 0e89eb9..b2dd63f 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 0.001;