Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Simple CPAN distribution.

Report information
The Basics
Id: 13155
Status: resolved
Priority: 0/
Queue: Test-Simple

People
Owner: Nobody in particular
Requestors: fdjcomp [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



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.