From: Graham Knop Date: Mon, 11 Jul 2022 01:20:54 +0000 (+0200) Subject: update Distar clone code X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=commitdiff_plain;h=9f31cad3cc98c5191d14ca79bcceeb76bf5e8a49 update Distar clone code --- diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index 8fd36b0..f304d90 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;