Move author warning in front of auto_install
[dbsrgits/DBIx-Class.git] / Makefile.PL
index 9c1633a..8acdc1e 100644 (file)
@@ -82,6 +82,18 @@ if ($Module::Install::AUTHOR) {
 
 auto_provides;
 
+if ($Module::Install::AUTHOR) {
+  warn <<'EOW';
+******************************************************************************
+******************************************************************************
+***                                                                        ***
+*** AUTHOR MODE: all optional test dependencies converted to hard requires ***
+***                                                                        ***
+******************************************************************************
+******************************************************************************
+
+EOW
+}
 auto_install;
 
 # Have all prerequisites, check DBD::SQLite sanity
@@ -210,3 +222,4 @@ if ($Module::Install::AUTHOR) {
   ];
   Meta->write;
 }
+