update distar clone code
Graham Knop [Fri, 2 Jun 2023 12:56:37 +0000 (14:56 +0200)]
maint/Makefile.PL.include

index f7d98dd..8998996 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;