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

matthewt at dev.catalyst.perl.org matthewt at dev.catalyst.perl.org
Fri Sep 11 00:33:17 GMT 2009


Author: matthewt
Date: 2009-09-11 00:33:17 +0000 (Fri, 11 Sep 2009)
New Revision: 7624

Modified:
   DBIx-Class/0.08/trunk/Changes
   DBIx-Class/0.08/trunk/Makefile.PL
Log:
make it clear that we are not supposed to have optional deps

Modified: DBIx-Class/0.08/trunk/Changes
===================================================================
--- DBIx-Class/0.08/trunk/Changes	2009-09-10 17:32:03 UTC (rev 7623)
+++ DBIx-Class/0.08/trunk/Changes	2009-09-11 00:33:17 UTC (rev 7624)
@@ -1,5 +1,9 @@
 Revision history for DBIx::Class
 
+        - remove the recommends from Makefile.PL, DBIx::Class is not
+          supposed to have optional dependencies. ever.
+        - mangle the DBIx/Class.pm POD to be more clear about
+          copyright and license
         - Change ResultSetColumn->reset() to no longer return $self, which
           fixes an issue with using Cursor::Cached and ResultSetColumn
           together.

Modified: DBIx-Class/0.08/trunk/Makefile.PL
===================================================================
--- DBIx-Class/0.08/trunk/Makefile.PL	2009-09-10 17:32:03 UTC (rev 7623)
+++ DBIx-Class/0.08/trunk/Makefile.PL	2009-09-11 00:33:17 UTC (rev 7624)
@@ -5,6 +5,8 @@
 
 use 5.006001; # delete this line if you want to send patches for earlier.
 
+# ****** DO NOT ADD OPTIONAL DEPENDENCIES. EVER. --mst ******
+
 name     'DBIx-Class';
 perl_version '5.006001';
 all_from 'lib/DBIx/Class.pm';
@@ -52,11 +54,6 @@
   'Hash::Merge',              => '0.11',
 );
 
-# when changing also adjust $DBIx::Class::minimum_sqlt_version
-my $sqlt_recommends = '0.11002';
-
-recommends 'SQL::Translator'  => $sqlt_recommends;
-
 my %force_requires_if_author = (
   %replication_requires,
 




More information about the Bast-commits mailing list