`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;
or die "couldn't open maint/Makefile.PL.include: $!";
print $mpl_maint sprintf(<<'END', $author);
-BEGIN {
- -e 'Distar'
- or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git")
-}
+BEGIN { -e 'Distar' or system qw(git clone git://git.shadowcat.co.uk/p5sagit/Distar.git) }
use lib 'Distar/lib';
use Distar;
F<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;