Search results for "dist:Test-Legacy Test::More"

Test::Legacy::More - Test::More wrapper for use with Test::Legacy River stage one • 1 direct dependent • 1 total dependent

Both Test::Legacy and Test::More export functions called ok(), skip() and plan(). When you use them together you have to tell Test::More not to export those functions. use Test::Legacy; use Test::More import => [qw(!ok !skip !plan)]; Since the purpos...

MSCHWERN/Test-Legacy-1.2502 - 10 Oct 2005 02:19:23 UTC

Test::Legacy - Test.pm workalike that plays well with other Test modules River stage one • 1 direct dependent • 1 total dependent

Test.pm suffers from the problem of not working well with other Test modules. If you have a test written using Test.pm and want to use another module, Test::Exception for example, you cannot. Test::Legacy is a reimplementation of Test.pm using Test::...

MSCHWERN/Test-Legacy-1.2502 - 10 Oct 2005 02:19:23 UTC
2 results (0.044 seconds)