stevan / p5-mop-redux

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

FINALIZE and close_class should be merged #94

Closed doy closed 11 years ago

doy commented 11 years ago

Since closed is going to be the default (see #91), there's no reason to have 'closed' and 'finalized' be separate concepts. We can just have is open prevent FINALIZE from being called at all, and require the user to call FINALIZE manually once they are done making modifications.