# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #57768] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=57768 >
r30155: $ ./perl6 -e '"o" ~~ /o/' # works $ ./perl6 -e '"o" !~~ /o/' # fails Null PMC access in set_pmc_keyed() I added two tests in t/operators/smartmatch.t to exercise the correct behaviour.