Adding traits at runtime
[email protected] ("Dan Harbin")
| Newsgroups | perl.moose |
|---|---|
| Message-ID | <[email protected]> |
Is there a way to add a trait to an attribute at runtime? I know it can be done through the "new" method of Moose::Meta::Attribute, but what about adding one after it's been initialized? Thanks, Dan