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


NQP currently requires this:

  unless $var ~~ $regex { ... }

but it would be convenient to use:

  if $var !~~ $regex { ... }

Reply via email to