refactored the Constructor to support inlining better and Accessors some too
[gitmo/Class-MOP.git] / lib / Class / MOP / Immutable.pm
index 3f4a4b0..5898faa 100644 (file)
@@ -92,6 +92,7 @@ sub make_metaclass_immutable {
             $constructor_class->new(
                 options   => \%options,
                 metaclass => $metaclass,
+                is_inline => 1,
             )
         ) unless $metaclass->has_method($options{constructor_name});
     }