# New Ticket Created by  Patrick Zimmermann 
# Please include the string:  [perl #127935]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=127935 >


As expressed by perlpilot++ and some others, having

say "asdfEnd" ~~ /:ratchet [ xyz | .+! ] End /;
say "asdfEnd" ~~ /:ratchet [ xyz || .+! ] End /;
say "asdfEnd" ~~ /:ratchet [ .+! ] End /;

all fail might also be a way to harmonize the behavior.

Reply via email to