http://www.perlmonks.org?node_id=1029629


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.