[perl #57356] Iterating a filehandle dies

2008-12-09 Thread jn...@jnthn.net via RT
On Mon Jul 28 07:09:28 2008, [EMAIL PROTECTED] wrote: > $ ../../parrot perl6.pbc -e 'my $x = open "README"; for =$x { .say }' > Works as of r33708. Thanks, Jonathan

Re: [perl #57356] Iterating a filehandle dies

2008-07-28 Thread Moritz Lenz
Adrian Kreher (via RT) wrote: > # New Ticket Created by Adrian Kreher > # Please include the string: [perl #57356] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=57356 > > > > If I iterate a filehandle, it dies with thi

[perl #57356] Iterating a filehandle dies

2008-07-28 Thread via RT
# New Ticket Created by Adrian Kreher # Please include the string: [perl #57356] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57356 > If I iterate a filehandle, it dies with this stacktrace. This would be very useful in