[Catalyst-commits] r10783 - Catalyst-Runtime/5.80/trunk
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Fri Jul 3 23:34:22 GMT 2009
Author: rafl
Date: 2009-07-03 23:34:21 +0000 (Fri, 03 Jul 2009)
New Revision: 10783
Modified:
Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Only call author_requires once, so all missing author deps are reported at once.
Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL 2009-07-03 23:31:59 UTC (rev 10782)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL 2009-07-03 23:34:21 UTC (rev 10783)
@@ -54,12 +54,12 @@
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();
More information about the Catalyst-commits
mailing list