This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In test.pl, validate that require_ok() and use_ok() are called correctly.
authorNicholas Clark <nick@ccl4.org>
Thu, 10 Feb 2011 11:14:23 +0000 (11:14 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 10 Feb 2011 11:14:23 +0000 (11:14 +0000)
commitd47bdea7d8909b1e611d287c190124657af11c76
tree86f1f65bf0507be6d290c17d36d13046230dc476
parent17a3df4c6a07533e2c03c46fdd27e3ee295d61d0
In test.pl, validate that require_ok() and use_ok() are called correctly.

It only provides a subset of the Test::More functionality, but could
inadvertently be used in a way which is not compatible with Test::More, which
is not the intent.
t/test.pl