[Bast-commits] r5747 - DBIx-Class/0.08/trunk
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Thu Mar 12 23:30:26 GMT 2009
Author: ribasushi
Date: 2009-03-12 23:30:26 +0000 (Thu, 12 Mar 2009)
New Revision: 5747
Modified:
DBIx-Class/0.08/trunk/Makefile.PL
Log:
Move author warning in front of auto_install
Modified: DBIx-Class/0.08/trunk/Makefile.PL
===================================================================
--- DBIx-Class/0.08/trunk/Makefile.PL 2009-03-12 22:33:42 UTC (rev 5746)
+++ DBIx-Class/0.08/trunk/Makefile.PL 2009-03-12 23:30:26 UTC (rev 5747)
@@ -82,6 +82,18 @@
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 @@
Meta->write;
}
-if ($Module::Install::AUTHOR) {
- warn "\nAUTHOR MODE: all optional test dependencies were made hard requires\n";
-}
More information about the Bast-commits
mailing list