# New Ticket Created by  Paweł Pabian 
# Please include the string:  [perl #77410]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=77410 >



# this one is False on Rakudo
$ perl6 -e 'say "me" ~~ m:i/<[M]>/'


[13:56] <moritz_> bbkr: I guess they should be case ignoran too

# comparing to P5ism
$ perl -e 'print "me" =~ /[M]/i'
1

Reply via email to