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


i expected that both the following should fails:

say 'X' if 'bar' ~~ /:i FOO || BAR/; # only FOO modified by :i
say 'Y' if 'Y' ~~ /:i || FOO || BAR/; # i expected the first alternation 
empty (and skipped then)

and i expected the following to match, but isn't:

say 'Z' if 'Ab' eq 'Ab' ~~ / A :i B || C /



Reply via email to