Skip Menu |

This queue is for tickets about the MooseX-Types-Set-Object CPAN distribution.

Report information
The Basics
Id: 60604
Status: resolved
Priority: 0/
Queue: MooseX-Types-Set-Object

People
Owner: Nobody in particular
Requestors: david [...] iceboundflame.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 0.01
  • 0.02
Fixed in: (no value)



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] };