From: Matt S Trout Date: Thu, 12 Mar 2009 18:35:16 +0000 (+0000) Subject: warning in author mode to avoid confusing the easily confused X-Git-Tag: v0.08100~45 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9a3219ee786adf53904b1b1b95a061fd2b19cfc7;p=dbsrgits%2FDBIx-Class.git warning in author mode to avoid confusing the easily confused --- diff --git a/Makefile.PL b/Makefile.PL index 9c1633a..e761d5b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -210,3 +210,7 @@ if ($Module::Install::AUTHOR) { ]; Meta->write; } + +if ($Module::Install::AUTHOR) { + warn "\nAUTHOR MODE: all optional test dependencies were made hard requires\n"; +}