Skip to content

Commit

Permalink
update distar url
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Jan 14, 2023
1 parent 328b5ff commit e6c797b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maint/Makefile.PL.include
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit e6c797b

Please sign in to comment.