From: Graham Knop Date: Mon, 28 May 2018 13:28:41 +0000 (+0200) Subject: fix xt test conditional X-Git-Tag: v0.10014~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2696d02ec7bd5198c41dd1026af4884cae90a9ab;p=p5sagit%2FClass-Accessor-Grouped.git fix xt test conditional --- diff --git a/Makefile.PL b/Makefile.PL index d71b607..75b454d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -82,7 +82,7 @@ my %MM_ARGS = ( ("$]" < 5.009_005 ? ( 'MRO::Compat' => 0 ) : ()), }, realclean => { FILES => 'README' }, - (-e 'META.yml' ? () : test => { TESTS => 't/*.t xt/*.t xt/*/*.t' } ), + (-e 'META.yml' ? () : ( test => { TESTS => 't/*.t xt/*.t xt/*/*.t' } ) ), ); {