From: Peter Rabbitson Date: Mon, 21 Jun 2010 05:31:15 +0000 (+0200) Subject: Clarify why Makefile.PL failed X-Git-Tag: v0.08124~132 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=3ac9a26c88e923da4ab7481a71b0d63456f6fe95 Clarify why Makefile.PL failed --- diff --git a/Makefile.PL b/Makefile.PL index 3d98f29..62df75f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -264,7 +264,9 @@ if ($Module::Install::AUTHOR && ! $args->{skip_author_deps} ) { } if (keys %removed_build_requires) { - die join ("\n", "\n\nFATAL FAIL! It looks like some author dependencies made it to the META.yml:\n", + die join ("\n", + "\n\nFATAL FAIL! It looks like some author dependencies made it to the META.yml:", + "(most likely a broken Module::Install)\n", map { "\t$_" } (keys %removed_build_requires) ) . "\n\n"; }