id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1911,cannot read binary file stream,x19290,,"In rakudo-star-2010.11,

my $h = open '/dev/urandom', :bin;
loop (;;) {
  $h.read(256);
}

spits

Malformed UTF-8 string

  in 'IO::read' at line 5402:CORE.setting

In perl-language@perl.org, Andrew Whitworth told me its parrot issue and to open this ticket.",bug,closed,normal,,none,2.10.0,medium,worksforme,open binary,,perl6,,linux
