# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #131925] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=131925 >
Code: say so $*DISTRO.Str|$*KERNEL.Str ~~ /linux/ Result: True Code: say so $*DISTRO.Str|$*KERNEL.Str ~~ m/linux/ Result: False I'd expect the result to be identical in both cases. IRC log: https://irclog.perlgeek.de/perl6-dev/2017-08-18#i_15039736