From: Graham Knop Date: Fri, 2 Jun 2023 12:56:37 +0000 (+0200) Subject: update distar clone code X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=c9482d80782fbd6e4d96515e1275f043b63d4c33 update distar clone code --- diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index f7d98dd..8998996 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -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;