X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.md;h=26a1e21532e7202093f8764456390a1a7af224a0;hb=70bb577e538b9a329753a106715fc00e8673f6c7;hp=6d5c0b0f68ec831fb29d3d7cdcf16f6b325a0d61;hpb=054577ba557db80d2b30123fb474e53903ea11f0;p=p5sagit%2FDistar.git diff --git a/README.md b/README.md index 6d5c0b0..26a1e21 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Distar - Additions to ExtUtils::MakeMaker for dist authors `maint/Makefile.PL.include`: - 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;