# New Ticket Created by Lloyd Fournier # Please include the string: [perl #127444] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=127444 >
say :("foo") ~~ :("bar") # True say :(Str) ~~ :("foo") # True ^^ should both be False.