From: Florian Ragwitz Date: Fri, 3 Jul 2009 23:34:21 +0000 (+0000) Subject: Only call author_requires once, so all missing author deps are reported at once. X-Git-Tag: 5.80025~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=64e88417a461c1a75873e79f7f486c55906a0c00;hp=697a1b1aae4bf562a897e3558a0fccfa7c63af89 Only call author_requires once, so all missing author deps are reported at once. --- diff --git a/Makefile.PL b/Makefile.PL index b8026ff..974e366 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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();