in reply to Re^2: Test::More : I'd need a "not_ok()" function...
in thread Test::More : I'd need a "not_ok()" function...
Also, you may want to use 'like()' instead of 'ok()' if you are matching a die message that contains dynamic information (e.g. filename, line number, stack trace, etc).
|
|---|