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


Coercion by calling a type object:

> Int("03")
3
> Numeric("03")
Cannot invoke this object (REPR: Uninstantiable; Numeric)
  in block <unit> at <unknown file> line 1

The inconsistency here is less than awesome.  I think this should work
for roles just as it does for classes.

-zefram

Reply via email to