Only call author_requires once, so all missing author deps are reported at once.
Florian Ragwitz [Fri, 3 Jul 2009 23:34:21 +0000 (23:34 +0000)]
Makefile.PL

index b8026ff..974e366 100644 (file)
@@ -54,12 +54,12 @@ else {
         map  { glob } qw[t/*.t t/aggregate/*.t];
 }
 
-author_requires($_) for qw(
+author_requires(map {; $_ => 0 } qw(
   Test::NoTabs
   Test::Pod
   Test::Pod::Coverage
   Pod::Coverage
-);
+));
 
 if ($Module::Install::AUTHOR) {
     darwin_check_no_resource_forks();