# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73638] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=73638 >
<masak> rakudo: $_ = 42; if $_ ~~ /\d+/ { say +$/ } <p6eval> rakudo e4e058: OUTPUT«42» <masak> rakudo: $_ = 42; if /\d+/ { say +$/ } <p6eval> rakudo e4e058: OUTPUT«Use of type object as value in numeric contextcurrent instr.: 'perl6;Perl6Exception;throw' pc 14489 (src/builtins/Seq.pir:77)» <masak> what's up with that? regression? <jnthn> That's...odd * masak submits rakudobug