This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Eliminate eval_ok() from ReTest.pl by inlining the logic in the only caller.
authorNicholas Clark <nick@ccl4.org>
Sat, 5 Mar 2011 14:39:23 +0000 (14:39 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 5 Mar 2011 20:26:11 +0000 (20:26 +0000)
commite16f9c767cd98b1c4d7f947caf0aa57449cee1d7
tree065fb29e54859d2f1e07eb0b3277244edba065f8
parent2e3212963b5842a9b210a3533692a0059664e590
Eliminate eval_ok() from ReTest.pl by inlining the logic in the only caller.

Refactor the 19 remaining calls into a data driven loop in pat.t, inlining the
eval logic.
t/re/ReTest.pl
t/re/pat.t