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

abraxxa at dev.catalyst.perl.org abraxxa at dev.catalyst.perl.org
Fri Dec 18 15:14:48 GMT 2009


Author: abraxxa
Date: 2009-12-18 15:14:47 +0000 (Fri, 18 Dec 2009)
New Revision: 8153

Modified:
   DBIx-Class/0.08/trunk/lib/DBIx/Class/Schema.pm
Log:
dclone pod take #2


Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/Schema.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/Schema.pm	2009-12-18 15:08:56 UTC (rev 8152)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/Schema.pm	2009-12-18 15:14:47 UTC (rev 8153)
@@ -1186,9 +1186,9 @@
 
 =back
 
-Recommended way of dcloning objects. If a L<DBIx::Class::Row> object is passed
-its references to the schema object (which itself is B<not> cloned)
-are properly maintained.
+Recommended way of dcloning L<DBIx::Class::Row> and L<DBIx::Class::ResultSet>
+objects so their references to the schema object
+(which itself is B<not> cloned) are properly maintained.
 
 =cut
 




More information about the Bast-commits mailing list