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


> (Nil,).perl
(Nil,)
> (Nil,).Array.perl
[Any]

The coercion from List to Array transforms the Nil element value into
an Any.  This is a poor coercion.  It is perfectly possible for an Array
to contain an element of Nil value, so the coercion ought to preserve
that value.

-zefram

Reply via email to