stevan / p5-mop-redux

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

Consistently handle unsupported meta-object types in traits #114

Closed stevan closed 11 years ago

stevan commented 11 years ago

We do not consistently handle unsupported meta-objects in traits, for instance repr will die if given anything but a class, but most of the others will just silently do nothing. We need to decide on a course of action and be consistent.