On Tue, May 21, 2013 at 06:07:11AM -0400, Caleb Cushing via RT wrote:
Show quoted text> Queue: MooseX-Types-Common
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=85471 >
>
> On Mon, May 20, 2013 at 2:28 PM, Karen Etheridge via RT
> <bug-MooseX-Types-Common@rt.cpan.org> wrote:
> > Can you clarify what you mean? e.g. show what kinds of coercions would be
> > supported?
>
> thinking about it, I decided to put it with my remote helper type
> library. But mostly obvious things like true, false, yes, no to bool.
> This tends to be useful when interfacing with other systems.
Coercing the string 'false' to bool (as '', not 1) would be a change in
existing behaviour, so I'd be concerned about inadvertently breaking things
-- but it would certainly be fine to add a new type that coerced this way.