Skip Menu |

This queue is for tickets about the Moose CPAN distribution.

Report information
The Basics
Id: 51143
Status: resolved
Priority: 0/
Queue: Moose

People
Owner: Nobody in particular
Requestors: rt.cpan [...] sartak.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.