Move author warning in front of auto_install
Peter Rabbitson [Thu, 12 Mar 2009 23:30:26 +0000 (23:30 +0000)]
Makefile.PL

index e761d5b..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
@@ -211,6 +223,3 @@ if ($Module::Install::AUTHOR) {
   Meta->write;
 }
 
-if ($Module::Install::AUTHOR) {
-  warn "\nAUTHOR MODE: all optional test dependencies were made hard requires\n";
-}