Scary warning
Peter Rabbitson [Sat, 13 Feb 2010 01:59:51 +0000 (01:59 +0000)]
Makefile.PL

index 244c332..2d0098e 100644 (file)
@@ -8,6 +8,12 @@ use 5.008001;
 use FindBin;
 use lib "$FindBin::Bin/lib";
 
+###
+### DO NOT ADD OPTIONAL DEPENDENCIES HERE, EVEN AS recommends()
+### All of them should go to DBIx::Class::Optional::Dependencies
+###
+
+
 name     'DBIx-Class';
 perl_version '5.008001';
 all_from 'lib/DBIx/Class.pm';