# 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 of files. $ wc README | awk '{ print $1 }' 102 $ <README ./perl6 -e 'my $l = 0; while !$*IN.eof { $l++; my $dummy = =$*IN; }; say $l' 103