X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=75b454d5e8684d631715fbdef653c58d5d8344cb;hb=2696d02ec7bd5198c41dd1026af4884cae90a9ab;hp=d71b6077eb4ff79448fd60f84a978ab032dfdb15;hpb=9c66ea907188034fb834df1704c7a90e207e16d6;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' } ) ), ); {