X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=Makefile.PL;h=8c2259b53850a21b79df7b47c54d1224fe57b288;hp=ab98a458810f9cd4095b67877977087e3221ee11;hb=eeaf8701532fc357e64474642db30922849749db;hpb=1278e5f0200f8cd8bd4cf137ae7ed571f71e63c2 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 $@; } };