in reply to Passing arrayref to Moo attributes
You are passing in an ArrayRef[ArrayRef[Str]], not an ArrayRef[Str]. That said, I don't think the error message should contain an internal error like that.