Rafael Garcia-Suarez wrote: > Daniel Macks (via RT) wrote: > > The XS implementation of the "extended usage with names" syntax breaks > > when given labels that are numeric. Instead it uses the previous label > > if there was one. The "pure perl" implementation works correctly. > > > > Test program: > > > > use Data::Dumper; > > sub test {print Data::Dumper->Dump([qw/a b c d/],[10,11,"AA",12])} > > $Data::Dumper::Useperl=0; > > &test; > > This segfaults with bleadperl. >
Not anymore (patch #24917)