[Bast-commits] r6367 - DBIx-Class/0.08/trunk/lib/DBIx/Class/Storage/DBI/Replicated

caelum at dev.catalyst.perl.org caelum at dev.catalyst.perl.org
Fri May 22 04:52:47 GMT 2009


Author: caelum
Date: 2009-05-22 04:52:47 +0000 (Fri, 22 May 2009)
New Revision: 6367

Modified:
   DBIx-Class/0.08/trunk/lib/DBIx/Class/Storage/DBI/Replicated/Pool.pm
Log:
comment addition

Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/Storage/DBI/Replicated/Pool.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/Storage/DBI/Replicated/Pool.pm	2009-05-22 02:54:12 UTC (rev 6366)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/Storage/DBI/Replicated/Pool.pm	2009-05-22 04:52:47 UTC (rev 6367)
@@ -190,6 +190,9 @@
 ## So we try to set the driver without connecting, however this doesn't always
 ## work, as a driver may need to connect to determine the DB version, and this
 ## may fail.
+##
+## Why this is necessary at all, is that we need to have the final storage
+## class to apply the Replicant role.
 
   $self->_safely($replicant, '->_determine_driver', sub {
     $replicant->_determine_driver




More information about the Bast-commits mailing list