Skip to content

Commit fa1188e

Browse files
committed
update Distar url
1 parent 3b760fe commit fa1188e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maint/Makefile.PL.include

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
1+
BEGIN { -e 'Distar' or system qw(git clone https://github.com/p5sagit/Distar.git) }
22
use lib 'Distar/lib';
33
use Distar 0.001;
44

0 commit comments

Comments
 (0)