# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #89708] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=89708 >
<moritz> rakudo: subset Pod6::Text of Str; say 'markdown' ~~ Pod6::Text <p6eval> rakudo 632f81: OUTPUT«Bool::False» <moritz> rakudo: subset Pod6::Text of Str where True; say 'markdown' ~~ Pod6::Text <p6eval> rakudo 632f81: OUTPUT«Bool::False» <masak> huh? <moritz> rakudo: subset Pod6Text of Str where True; say 'markdown' ~~ Pod6Text <p6eval> rakudo 632f81: OUTPUT«Bool::True» <moritz> it's the :: * masak submits rakudobug <jnthn> lolwut * moritz dimly recalls such a bug