Subject: | Type coercion Set::Object to ArrayRef is incorrect |
I think this is wrong:
coerce ArrayRef,
from "Set::Object",
via { $_->members };
Shouldn't it be the following?
via { [$_->members] };
This queue is for tickets about the MooseX-Types-Set-Object CPAN distribution.
The Basics
People
|
Bug Information
|