# New Ticket Created by Rob Hoelz # Please include the string: [perl #125402] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=125402 >
The following fails with "This type cannot unbox to a native string": my $s = 'foobar'; $s.substr-rw(3, 3) = 1; I would expect that substr-rw would DWIM and stringify the RHS of the assignment above.
test.p6
Description: Binary data