From: Florian Ragwitz Date: Wed, 29 Apr 2009 14:33:08 +0000 (+0000) Subject: Exclude Test::Aggregate from build_requires. It's optional. X-Git-Tag: 5.80003~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=c508cb5c8f7d8c545ec1c3f29385a36b166378f9;hp=37eaceaf3bae58ae0a27b0bf772b2ba1686f672b Exclude Test::Aggregate from build_requires. It's optional. --- diff --git a/Makefile.PL b/Makefile.PL index 33e7ea9..f66ec75 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -72,7 +72,7 @@ if ($Module::Install::AUTHOR) { # Strip out the author only build_requires from META.yml # Need to do this _after_ WriteAll else it looses track of them - strip_author_only_build_requires(@force_build_requires_if_author); + strip_author_only_build_requires(@force_build_requires_if_author, 'Test::Aggregate'); Meta->{values}{resources} = [ [ 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst' ],