If the constructor in a parent class has method modifiers, we will not
authorDave Rolsky <autarch@urth.org>
Fri, 5 Dec 2008 02:15:40 +0000 (02:15 +0000)
committerDave Rolsky <autarch@urth.org>
Fri, 5 Dec 2008 02:15:40 +0000 (02:15 +0000)
commit817660201c58e0d4a697bfe2d0f65781622318d7
tree63a065eb9eadea488d3797c6596c5472bb4bc393
parentdebddab8955ebfde93536d42a99e3f69273d113d
If the constructor in a parent class has method modifiers, we will not
inline it. In that case, mention the fact that it is wrapped in the
warning.
lib/Moose/Meta/Method/Constructor.pm
t/300_immutable/011_constructor_is_wrapped.t [new file with mode: 0644]