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.
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.