All of the non-mutating array helpers are now inlined.
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor / Native / Array.pm
index fb249b7..d30033b 100644 (file)
@@ -38,4 +38,8 @@ sub _constraint_must_be_checked {
         || ( $attr->should_coerce && $attr->type_constraint->has_coercion ) );
 }
 
+sub _inline_process_arguments { q{} }
+
+sub _inline_check_arguments { q{} }
+
 1;