X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FMeta%2FClass.pm;h=8ecb8282e7268d317964bd70890fa3fcdd0472d9;hp=6c94c93b70c71935eb03685c04f61ba171823c81;hb=f7b11a21869769d2b49bba4fa72d33fa54ad0c2e;hpb=a02698f11a62bdf881c1a00651c2426b95095b29 diff --git a/lib/Mouse/Meta/Class.pm b/lib/Mouse/Meta/Class.pm index 6c94c93..8ecb828 100644 --- a/lib/Mouse/Meta/Class.pm +++ b/lib/Mouse/Meta/Class.pm @@ -169,5 +169,14 @@ Returns the L with the given name. Returns the list of classes in method dispatch order, with duplicates removed. +=head2 clone_object Instance -> Instance + +Clones the given C which must be an instance governed by this +metaclass. + +=head2 clone_instance Instance, Parameters -> Instance + +Clones the given C and sets any additional parameters. + =cut