[perl #76682] [BUG] Doing .substr outside of Str yields a Mu in Rakudo

2011-10-07 Thread Will Coleda via RT
On Thu Jul 22 18:15:30 2010, masak wrote: masak rakudo: say foo.substr(4).WHAT p6eval rakudo 937177: OUTPUT«Mu()␤» * masak submits rakudobug Trying to do further string operations on the Mu object (such as string concatenation) turns out not to work too well. No applicable candidates

[perl #76682] [BUG] Doing .substr outside of Str yields a Mu in Rakudo

2010-07-23 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #76682] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76682 masak rakudo: say foo.substr(4).WHAT p6eval rakudo 937177: OUTPUT«Mu()␤» * masak