update git clone urls
[p5sagit/Distar.git] / bin / distar-init
index d909e7c..53865fa 100755 (executable)
@@ -40,10 +40,7 @@ open my $mpl_maint, '>', "${project}/maint/Makefile.PL.include"
   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;