Yes, I found that after I submitted the bug. I still find it
surprising that differently-nested structures stringify to the same
thing, and the names seem a bit misleading, since stringification is
still "deep" (it has to recurse into the structure to pull out all the
leaves).
I'm wondering if th
# New Ticket Created by "Mark J. Reed"
# Please include the string: [perl #73818]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=73818 >
This test currently passes:
is [1,2,3,4], [[1,2],[3,4]]
and I'm thinking it probably