push the accessor inlining code back into the attribute
[gitmo/Moose.git] / lib / Moose / Meta / Method / Constructor.pm
index 718a7bc..6e9ef96 100644 (file)
@@ -327,7 +327,7 @@ sub _generate_slot_assignment {
     }
     else {
         push @source, (
-            $attr->_inline_set_value('$instance', $value),
+            $attr->_inline_instance_set('$instance', $value) . ';',
         );
     }