This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor ReTest.pl to use test.pl for testing functions and TAP generation.
authorNicholas Clark <nick@ccl4.org>
Fri, 4 Mar 2011 22:32:24 +0000 (22:32 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 5 Mar 2011 20:26:09 +0000 (20:26 +0000)
commitdf74e34d4e5a1f53dd14124de485e098573cb58a
tree51cbf74e707d2280533949037b2a7d7abcbcae8f
parent5895685f42187a2d69e9327be74f715502e513bc
Refactor ReTest.pl to use test.pl for testing functions and TAP generation.

Provide compatibility implementations of nok(), and iseq(), which will be
removed once their callers are refactored. Eliminate isneq(), which is now
unused.
t/re/ReTest.pl