Add a can_be_inlined method to CMOP::Method::Constructor which we
authorDave Rolsky <autarch@urth.org>
Thu, 4 Dec 2008 20:35:53 +0000 (20:35 +0000)
committerDave Rolsky <autarch@urth.org>
Thu, 4 Dec 2008 20:35:53 +0000 (20:35 +0000)
commitf0de47d9b033b6b5175454e7fb3fb43c4ef5ed2e
tree0624d319dd8fb4659233c86699cd77cd75a2750b
parent100bff34e4a2bd22ade336eee7d60ac153701f4a
Add a can_be_inlined method to CMOP::Method::Constructor which we
check in CMOP::Immutable.

We will override this in Moose to only inline the constructor if our
class wants to use the one from Moose::Object.
lib/Class/MOP/Immutable.pm
lib/Class/MOP/Method/Constructor.pm