[Bast-commits] r8673 - DBIx-Class/0.08/branches/dephandling
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Sat Feb 13 01:59:51 GMT 2010
Author: ribasushi
Date: 2010-02-13 01:59:51 +0000 (Sat, 13 Feb 2010)
New Revision: 8673
Modified:
DBIx-Class/0.08/branches/dephandling/Makefile.PL
Log:
Scary warning
Modified: DBIx-Class/0.08/branches/dephandling/Makefile.PL
===================================================================
--- DBIx-Class/0.08/branches/dephandling/Makefile.PL 2010-02-13 01:53:20 UTC (rev 8672)
+++ DBIx-Class/0.08/branches/dephandling/Makefile.PL 2010-02-13 01:59:51 UTC (rev 8673)
@@ -8,6 +8,12 @@
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';
More information about the Bast-commits
mailing list