projects
/
p5sagit/Devel-GlobalDestruction-XS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6b17935
)
update Distar clone url
Graham Knop [Mon, 25 Apr 2022 13:35:34 +0000 (15:35 +0200)]
maint/Makefile.PL.include
patch
|
blob
|
blame
|
history
diff --git
a/maint/Makefile.PL.include
b/maint/Makefile.PL.include
index
0e89eb9
..
b2dd63f
100644
(file)
--- 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;