stevan / p5-mop-redux

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

need to unapply roles before re-FINALIZEing #111

Closed doy closed 10 years ago

doy commented 10 years ago

If we don't do this, we end up with a weird situation of the class reapplying some roles, or other weird situations. This should be as simple as removing all methods and attributes whose original_id doesn't match their current id.