# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77424] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=77424 >
<jnthn> rakudo: my @a = 1,2,3,4; say @a[1..*-1] <p6eval> rakudo 82c9e9: OUTPUT«Method 'Num' not found for invocant of class 'WhateverCode' in 'Cool::Numeric' at line 1745:CORE.setting in 'Cool::Numeric' at line 1746:CORE.setting in 'Range::new' at line 4676:CORE.setting in 'infix:<..>' at line 4739:CORE.setting [...] <jnthn> ew er <masak> :/ <jnthn> Why on earth does Cool::Numeric show up twice in the backtrace? <masak> multi delegation? * masak submits rakudobug for that, too