stevan / p5-mop-redux

A(nother) MOP for Perl 5
139 stars 36 forks source link

Get rid of find_or_create_meta #71

Closed stevan closed 11 years ago

stevan commented 11 years ago

This is probably not a good idea:

21:03 stevan: doy: I am also not sure about this find_or_create_metaclass
21:03 doy: yeah, i wasn't sure about that either
21:03 stevan: I dont see a reason to inflate a meta out of a non-meta
21:03 doy: it's how moose handles things
21:03 stevan: yeah, fuck Moose
21:03 doy: but it is a bit questionable
21:03 stevan: do you actually use it>
21:03 doy: yeah
21:04 doy: some non-mop inheritance stuff will break without it currently
21:04 doy: but i'd be open to alternative ways to accomplish that
doy commented 11 years ago

This is actually necessary for one specific case, I've added documentation for it.