You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On 2012.11 works
perl6 -e 'my $client = IO::Socket::INET.new( host => "localhost", port => 8080 ); my $inc = $client.get; say $inc.uc'
�
On 2012.12 breaks
perl6 -e 'my $client = IO::Socket::INET.new( host => "localhost", port => 8080 ); my $inc = $client.get; say $inc.uc'
Invalid operation on binary string
in method uc at src/gen/CORE.setting:2206
in block at -e:1
Migrated from rt.perl.org#116302 (status was 'resolved')
Searchable as RT116302$
The text was updated successfully, but these errors were encountered: