Subject: | cmp_ok() and regex_ok() have warnings turned off inside them |
Reported in perlbug 36217, cmp_ok() and regex_ok() both blanket turn off warnings inside themselves so the construct:
cmp_ok("235 foo", '==', 235);
Passes with no warnings.