# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #50118] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=50118 >
Currently rakudo has a Perl6Str PMC type, which is then subclassed into a 'Str' class. We should just change Perl6Str to be 'Str' in the PMC type, and avoid the extra class. Pm