update Distar clone code
Graham Knop [Mon, 11 Jul 2022 01:20:54 +0000 (03:20 +0200)]
maint/Makefile.PL.include

index 8fd36b0..f304d90 100644 (file)
@@ -1,4 +1,4 @@
-BEGIN { -e 'Distar' or system("git clone https://github.com/p5sagit/Distar.git") }
+BEGIN { -e 'Distar' or system qw(git clone https://github.com/p5sagit/Distar.git) }
 use lib 'Distar/lib';
 use Distar;