X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FPurePerl.pm;h=2890b283702dccb71b2531978905097ceb19c700;hp=a946b031af3fe9a4e21de9820b9eb92c2a50b84b;hb=e128626c409797822ffd8a4079f833eb3dc0fd37;hpb=2b82d75d868bab0f55d4bebfaf87d7e4dc2e2777 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;