[perl #60142] A line-counting program in Rakudo reports one more line than wc

2009-06-30 Thread Patrick R. Michaud via RT
On Sun Oct 26 12:27:26 2008, masak wrote: Rakudo r32151 contains a bug which makes it read a nonexistent blank line at the end of files. $ wc README | awk '{ print $1 }' 102 $ README ./perl6 -e 'my $l = 0; while !$*IN.eof { $l++; my $dummy = =$*IN; }; say $l' 103 IO.pod:1207 claims

[perl #60142] A line-counting program in Rakudo reports one more line than wc

2008-10-26 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #60142] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60142 Rakudo r32151 contains a bug which makes it read a nonexistent blank line at the end