From: Jesse Luehrs Date: Sat, 14 May 2011 03:30:49 +0000 (-0500) Subject: pod coverage X-Git-Tag: 2.0007~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=775df9dc527e0c59fa55197b29dcf5a30c97f889;p=gitmo%2FMoose.git pod coverage --- diff --git a/lib/Class/MOP/Instance.pm b/lib/Class/MOP/Instance.pm index 172ac23..e0e8194 100644 --- a/lib/Class/MOP/Instance.pm +++ b/lib/Class/MOP/Instance.pm @@ -385,6 +385,8 @@ that the object instance be passed to the method. =item B<< $metainstance->weaken_slot_value($instance_structure, $slot_name) >> +=item B<< $metainstance->slot_value_is_weak($instance_structure, $slot_name) >> + =item B<< $metainstance->strengthen_slot_value($instance_structure, $slot_name) >> =item B<< $metainstance->rebless_instance_structure($instance_structure, $new_metaclass) >>