X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=blobdiff_plain;f=maint%2FMakefile.PL.include;fp=maint%2FMakefile.PL.include;h=f304d90cf2aacd6e071a1954010524823890cc2a;hp=8fd36b0e4f0a56cd0b5c032e59d011307cbbc847;hb=9f31cad3cc98c5191d14ca79bcceeb76bf5e8a49;hpb=cf78e6cc708c2fa50da2a13ff1ded512cc9fe29b 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;