X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8c1653c9da7a688db20d3994b20738b4a6598305;hb=009b5b2324f83396439a494a56684efb60eb2cd8;hp=b8026ffe973704e91be40958ef8f8de4670d8411;hpb=697a1b1aae4bf562a897e3558a0fccfa7c63af89;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index b8026ff..8c1653c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,7 +16,6 @@ requires 'Carp'; requires 'Class::C3::Adopt::NEXT' => '0.07'; requires 'CGI::Simple::Cookie'; requires 'Data::Dump'; -requires 'File::Modified'; requires 'HTML::Entities'; requires 'HTTP::Body' => '1.04'; # makes uploadtmp work requires 'HTTP::Headers' => '1.64'; @@ -54,12 +53,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(); @@ -140,5 +139,5 @@ sub darwin_check_no_resource_forks { makemaker_args(dist => { PREOP => qq{\@if [ "\$\$$attr" != "true" ]; then}. qq{ echo "You must set the ENV variable $attr to true,"; }. ' echo "to avoid getting resource forks in your dist."; exit 255; fi' }); - } + } }