X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=75b454d5e8684d631715fbdef653c58d5d8344cb;hb=b528a1eba0217496450d97c730eebb735159539d;hp=d71b6077eb4ff79448fd60f84a978ab032dfdb15;hpb=4da64f3c34b46119d925d1b46cf62b42bfa880d8;p=p5sagit%2FClass-Accessor-Grouped.git 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' } ) ), ); {