We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b760fe commit fa1188eCopy full SHA for fa1188e
maint/Makefile.PL.include
@@ -1,4 +1,4 @@
1
-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) }
2
use lib 'Distar/lib';
3
use Distar 0.001;
4
0 commit comments