]> git.vpit.fr Git - perl/modules/Test-Leaner.git/commit - lib/Test/Leaner.pm
Fall back to Test::More when PERL_TEST_LEANER_USES_TEST_MORE is set
authorVincent Pit <vince@profvince.com>
Wed, 29 Dec 2010 16:17:47 +0000 (17:17 +0100)
committerVincent Pit <vince@profvince.com>
Wed, 29 Dec 2010 16:17:47 +0000 (17:17 +0100)
commit653bd706f7c17c61e34d98e6fcaed75861b2f7d7
treed290217b32bd988b0739a9f74ed1e2d857f47666
parentc81419dbc3791a54746517231a33b7b11c20842e
Fall back to Test::More when PERL_TEST_LEANER_USES_TEST_MORE is set
26 files changed:
MANIFEST
lib/Test/Leaner.pm
t/00-load.t
t/01-import.t
t/02-fallback.t [new file with mode: 0644]
t/05-pass.t
t/06-fail.t
t/07-BAIL_OUT.t
t/10-plan-tests.t
t/11-plan-no_plan.t
t/12-plan-skip_all.t
t/13-use-tests.t
t/14-use-no_plan.t
t/15-use-skip_all.t
t/16-done_testing.t
t/17-plan-done_testing.t
t/18-skip.t
t/19-comments.t
t/20-ok.t
t/21-ok-failing.t
t/22-is.t
t/24-cmp_ok.t
t/26-is_deeply.t
t/27-is_deeply-failing.t
t/28-is_deeply-deep.t
t/80-threads.t