Clearer non-dev makefile error
[dbsrgits/DBIx-Class.git] / Makefile.PL
index ab98a45..8c2259b 100644 (file)
@@ -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 $@;
   }
 };