Author: larry Date: Mon Mar 27 19:28:57 2006 New Revision: 8457 Modified: doc/trunk/design/syn/S12.pod Log: s/undef/undefine/ Modified: doc/trunk/design/syn/S12.pod ============================================================================== --- doc/trunk/design/syn/S12.pod (original) +++ doc/trunk/design/syn/S12.pod Mon Mar 27 19:28:57 2006 @@ -762,7 +762,7 @@ role Pet { has $.collar = { Collar.new(Tag.new) }; method id () { return $.collar.tag } - method lose_collar () { undef $.collar } + method lose_collar () { undefine $.collar } } If you want to parameterize the initial value of a role attribute,