Only call author_requires once, so all missing author deps are reported at once.
[catagits/Catalyst-Runtime.git] / 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();