# New Ticket Created by Alex Jakimenko
# Please include the string: [perl #126557]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=126557 >
This works:
my $foo = ‘hello’
But this doesn't (Unrecognized regex metacharacter ‘):
my regex foo { ‘hello’ }
I find it inconsistent. I'm also sad because I cannot use my lovely quotes.
<[Coke]> They were added to the language much later by timtoady directly. I
wouldn't mind if they also existed in rules
However, I'm not sure about other quotes. “” and 「」 – should it do
something in rules?