hoelzro / p6-io-string

IO::String for Perl6
MIT License
4 stars 3 forks source link

Cannot do 'say' on a handle in binary mode #12

Open zostay opened 4 years ago

zostay commented 4 years ago

If I attempt to use this module to do string operations, it no longer works for me:

use IO::String;
my IO::String $str .= new;
$str.say("something");

It will die with

Cannot do 'say' on a handle in binary mode
  in block <unit> at <unknown file> line 3
hoelzro commented 4 years ago

@zostay Thanks for the report! Would you by chance be interested in taking stewardship of this module, or helping me find someone to take it over? I'm not really involved in the Raku community any more :(