# New Ticket Created by "jason switzer" # Please include the string: [perl #58560] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58560 >
The List !flatten method does not properly recurse into references. List.pir:188 retrieves the elements opcode and does not check the pmc type for recursion. This functionality is needed for .elems and :prefix<+> to function properly for cases such as those in t/spec/S02-builtin_data_types/array_ref.t (array reference slices). Thanks, Jason "s1n" Switzer