X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FPurePerl.pm;h=2890b283702dccb71b2531978905097ceb19c700;hb=29cb82b7c53a275a299076477c09d5cbe4f2d160;hp=a946b031af3fe9a4e21de9820b9eb92c2a50b84b;hpb=fc83f4cf2ef7708120a216bddc285b93082d7958;p=gitmo%2FMouse.git diff --git a/lib/Mouse/PurePerl.pm b/lib/Mouse/PurePerl.pm index a946b03..2890b28 100644 --- a/lib/Mouse/PurePerl.pm +++ b/lib/Mouse/PurePerl.pm @@ -325,6 +325,8 @@ sub _initialize_object{ sub is_immutable { $_[0]->{is_immutable} } +sub __strict_constructor{ $_[0]->{strict_constructor} } + package Mouse::Meta::Role;