Clearer non-dev makefile error
Peter Rabbitson [Sat, 12 Jun 2010 01:00:22 +0000 (03:00 +0200)]
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 $@;
   }
 };