X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=62df75f0781835740e590847fd409505e97cf104;hb=3ac9a26c88e923da4ab7481a71b0d63456f6fe95;hp=3d98f29af63a77ad8ca1f5a8dca1a80e35ab54a8;hpb=347275d1516a44a395e14c724bf15f7afa944c33;p=dbsrgits%2FDBIx-Class.git 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"; }