Checking in changes prior to tagging of version 0.63.
[gitmo/Mouse.git] / lib / Mouse / Meta / Class.pm
index e0bfb7a..7963f78 100644 (file)
@@ -258,8 +258,6 @@ sub make_immutable {
 
     $self->{is_immutable}++;
 
-    $self->{strict_constructor} = $args{strict_constructor};
-
     if ($args{inline_constructor}) {
         $self->add_method($args{constructor_name} =>
             Mouse::Util::load_class($self->constructor_class)
@@ -488,7 +486,7 @@ Mouse::Meta::Class - The Mouse class metaclass
 
 =head1 VERSION
 
-This document describes Mouse version 0.60
+This document describes Mouse version 0.63
 
 =head1 METHODS