# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #58644] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58644 >
The rindex method added in r30858 has a bug: $ ./parrot perl6.pbc > say 85224.rindex('2'); Method 'reverse_index' not found for invocant of class 'Int' > Pm