stevan / p5-MOP

A Meta Object Protocol for Perl 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Composing mop::module into mop::role

stevan opened this issue · comments

Currently we compose mop::module by hand into mop::role, this works just fine.

Should we keep it this way, or should we look at trying to use the actual role composition mechanism?

Source: https://github.com/stevan/p5-mop/blob/master/mop/lib/mop/role.pm#L20-L44

We've removed MOP::Module from the MOP, this is no longer relevant.