Replace three uses of eval_ok() with is() as the tested code doesn't die.
authorNicholas Clark <nick@ccl4.org>
Sat, 5 Mar 2011 13:48:43 +0000 (13:48 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 5 Mar 2011 20:26:11 +0000 (20:26 +0000)
commit2e3212963b5842a9b210a3533692a0059664e590
tree9f2bb99aa06e4fe7a2c662a02f82e1ee04280029
parent14358a41116c82797f9919cc5840d123bf89f234
Replace three uses of eval_ok() with is() as the tested code doesn't die.

It's not clear whether the code ever threw exceptions. Not using eval_ok() here
makes subsequent refactoring a lot simpler.
t/re/pat_rt_report.t