X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=974e366f2b212f5242cfc86c077bbfbdfe7b3417;hp=b8026ffe973704e91be40958ef8f8de4670d8411;hb=64e88417a461c1a75873e79f7f486c55906a0c00;hpb=697a1b1aae4bf562a897e3558a0fccfa7c63af89 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();