On Mon Jan 25 00:48:48 2010, sprout wrote: > > On Jan 24, 2010, at 1:50 PM, Father Chrysostomos wrote: > > > $ perl5.6.2 -MData::Dumper -le' Data::Dumper->Dumpxs([*{*STDERR > > {IO}}])' > > Bus error > > > > Same in 5.11.4. > > This is related to bug 71254. It turns out that globs *can* > > stringify emptily (see bug 65582). The forthcoming patch makes DD > > more resilient. > > Here is the patch. > Applied as ecf0432f1e8289d3b387151b8bf1968133dda7f2 Applied as