# New Ticket Created by  Zefram 
# Please include the string:  [perl #130969]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=130969 >


On the same lines as [perl #127019], the Bool.Real coercion is
surprisingly inconsistent with Bool.Int and Bool.Numeric:

> True.^does(Real)
True
> True.^does(Numeric)
True
> True.^isa(Int)
1
> True.Real
True
> True.Numeric
1
> True.Int
1

The same goes for coercions from other enum types.

-zefram

Reply via email to