From: Peter Rabbitson Date: Sat, 13 Feb 2010 01:59:51 +0000 (+0000) Subject: Scary warning X-Git-Tag: v0.08119~14^2~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=4b5544ade32d37fee88e543a7d182a082f1b9c48 Scary warning --- diff --git a/Makefile.PL b/Makefile.PL index 244c332..2d0098e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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';