Make the constructor close over the metaclass, and bless into the right class (so...
[gitmo/Mouse.git] / lib / Mouse / Meta / Method / Constructor.pm
2008-12-03 Shawn M Moore Make the constructor close over the metaclass, and...
2008-12-03 Tokuhiro Matsuno micro optimization
2008-12-03 Tokuhiro Matsuno - inject object constructor when call meta->make_immutable.