X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema.pm;h=1199a10f50630ac9ec000190a9ff78570c1cd70e;hb=1477a47864d05f5e21d4bba426c794d79b201873;hp=4c3a0ad690122f86fcdbfa54fbfb77eb57357ab5;hpb=974fe5e894412569f1252a95cf62612fef5f687d;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Schema.pm b/lib/DBIx/Class/Schema.pm index 4c3a0ad..1199a10 100644 --- a/lib/DBIx/Class/Schema.pm +++ b/lib/DBIx/Class/Schema.pm @@ -1178,8 +1178,17 @@ sub freeze { =head2 dclone -Recommeneded way of dcloning objects. This is needed to properly maintain -references to the schema object (which itself is B cloned.) +=over 4 + +=item Arguments: $object + +=item Return Value: dcloned $object + +=back + +Recommended way of dcloning objects. If a C object is passed +its references to the schema object (which itself is B cloned) +are properly maintained. =cut