[Bast-commits] r5743 - DBIx-Class/0.08/trunk

matthewt at dev.catalyst.perl.org matthewt at dev.catalyst.perl.org
Thu Mar 12 18:35:17 GMT 2009


Author: matthewt
Date: 2009-03-12 18:35:16 +0000 (Thu, 12 Mar 2009)
New Revision: 5743

Modified:
   DBIx-Class/0.08/trunk/Makefile.PL
Log:
warning in author mode to avoid confusing the easily confused

Modified: DBIx-Class/0.08/trunk/Makefile.PL
===================================================================
--- DBIx-Class/0.08/trunk/Makefile.PL	2009-03-12 18:17:03 UTC (rev 5742)
+++ DBIx-Class/0.08/trunk/Makefile.PL	2009-03-12 18:35:16 UTC (rev 5743)
@@ -210,3 +210,7 @@
   ];
   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