warning in author mode to avoid confusing the easily confused
Matt S Trout [Thu, 12 Mar 2009 18:35:16 +0000 (18:35 +0000)]
Makefile.PL

index 9c1633a..e761d5b 100644 (file)
@@ -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";
+}