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


> Array[Mu].new($((1,2).Seq)).perl
Array[Mu].new((1, 2).Seq)
> Array[Mu].new($((1,2).Seq)).perl.EVAL.perl
Array[Mu].new(1, 2)

.perl.EVAL on a typed array containing a single Seq is failing to
round-trip.  Untyped arrays work fine.

-zefram

Reply via email to