# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #57868] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=57868 >
r30183: $ ./perl6 -e '"\"" ~~ /\"/' # works $ ./perl6 -e '"\"" ~~ / < \" > /' # fails Unable to find regex '' Null PMC access in invoke() [...] This goes for single as well as double quotes. And backslashes: $ ./perl6 -e '"\\" ~~ / < \\ > /' # fails too Unable to find regex '' Null PMC access in invoke() [...]