From: Peter Rabbitson Date: Sat, 12 Jun 2010 01:00:22 +0000 (+0200) Subject: Clearer non-dev makefile error X-Git-Tag: v0.08123~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=eeaf8701532fc357e64474642db30922849749db Clearer non-dev makefile error --- diff --git a/Makefile.PL b/Makefile.PL index ab98a45..8c2259b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -175,7 +175,7 @@ eval { unless ($args->{skip_author_deps}) { my $err = $@; eval { require Module::Install::AuthorTests } - || die "\nYou need Module::Install::AuthorTests installed to run this Makefile.PL:\n\n$@\n"; + || die "\nYou need Module::Install::AuthorTests installed to run this Makefile.PL in author mode (or supply --skip_author_deps):\n\n$@\n"; die $@; } };