Subject: | apply_all_roles should accept role metaobjects |
Just want to make sure this doesn't get dropped.
Since apply_all_roles only accepts names, anonymous roles can be GCed
between the time they are generated and the time they are passed to
apply_all_roles, because the only reference to the role is the package
name on the stack.