Assign the value of the parameter to a lexical so we don't have to continually look...
[gitmo/Mouse.git] / lib / Mouse / Meta / Method / Constructor.pm
2008-12-03 Shawn M Moore Assign the value of the parameter to a lexical so we...
2008-12-03 Shawn M Moore Inline $from
2008-12-03 Shawn M Moore Close over $key so we don't need to do an assignment...
2008-12-03 Tokuhiro Matsuno performance tuning
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.