The following two modules on CPAN allow you to add methods to an object:
* MooseX::SingletonMethod (for Moose objects)Alternatively in Moose you can apply roles directly to an object:
YourRole->meta->apply( $your_object ); # $your_object now has the methods from YourRoleI did a few blog posts on how roles work and howto implement singleton-methods (in Moose). They're listed in the MooseX::SingletonMethod CPAN page. Also this link should bring them up.
/I3az/
In reply to Re: Adding a method to an existing object
by draegtun
in thread Adding a method to an existing object
by forgot_other_usrname
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |