Merge branch 'topic/reduce-inline-constructor' of git://github.com/gfx/class-mop
[gitmo/Class-MOP.git] / lib / Class / MOP.pm
index 2b118d8..cf80489 100644 (file)
@@ -691,8 +691,7 @@ undef Class::MOP::Instance->meta->{_package_cache_flag};
 # the compile time of the MOP, and gives us no actual benefits.
 
 $_->meta->make_immutable(
-    inline_constructor  => 1,
-    replace_constructor => 1,
+    inline_constructor  => 0,
     constructor_name    => "_new",
     inline_accessors => 0,
 ) for qw/