include basic tests in author mode
Matt S Trout [Mon, 25 Jul 2011 04:29:54 +0000 (04:29 +0000)]
lib/Distar.pm

index 3141c72..0ce632d 100644 (file)
@@ -97,7 +97,7 @@ END
     ExtUtils::MakeMaker::WriteMakefile(
       LICENSE => 'perl',
       @_, AUTHOR => our $Author, ABSTRACT_FROM => $args{VERSION_FROM},
-      test => { TESTS => ($args{test}{TESTS}||'').' xt/*.t' },
+      test => { TESTS => ($args{test}{TESTS}||'t/*.t').' xt/*.t' },
     );
   }
 }