Subject: | as should take a list |
I'm sitting in a Moose tutorial and came across a bit of example code
like this:
subtype "HashArrayMonster"
=> as "HashRef|ArrayRef"
;
My immediate thought was, "pipe delimited string? Really? Why not a list?"
as should take an array ref.