# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #57858] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=57858 >
r30183: $ ./perl6 -e '"yo" ~~ /yo/; say $/' # works yo $ ./perl6 -e 'if "yo" ~~ /yo/ { say $/ }' # worksn't Null PMC access in get_string() [...] $ ./perl6 -e '"foo" ~~ /foo/; if 42 { say $/ }' Null PMC access in get_string() [...]