dclone pod take #2
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Schema.pm
index 2e8f982..3aa429a 100644 (file)
@@ -1186,9 +1186,9 @@ sub freeze {
 
 =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