[Bast-commits] r4190 - DBIx-Class/0.08/trunk/lib/DBIx/Class

schwern at dev.catalyst.perl.org schwern at dev.catalyst.perl.org
Thu Mar 13 18:54:22 GMT 2008


Author: schwern
Date: 2008-03-13 18:54:22 +0000 (Thu, 13 Mar 2008)
New Revision: 4190

Modified:
   DBIx-Class/0.08/trunk/lib/DBIx/Class/CDBICompat.pm
Log:
Document that DeepAbstractSearch will work.

Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/CDBICompat.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/CDBICompat.pm	2008-03-13 18:52:14 UTC (rev 4189)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/CDBICompat.pm	2008-03-13 18:54:22 UTC (rev 4190)
@@ -77,7 +77,7 @@
 
 =head3 Class::DBI::Plugin::DeepAbstractSearch
 
-This is better done using DBIC's native search facilities.  The major difference is that DBIC will not infer the join for you, you have to tell it the join tables.
+This plugin will work, but it is more efficiently done using DBIC's native search facilities.  The major difference is that DBIC will not infer the join for you, you have to tell it the join tables.
 
 
 =head2 Choosing Features




More information about the Bast-commits mailing list