]> git.vpit.fr Git - perl/modules/Test-Leaner.git/history - lib/Test/Leaner.pm
Fall back to Test::More when PERL_TEST_LEANER_USES_TEST_MORE is set
[perl/modules/Test-Leaner.git] / lib / Test / Leaner.pm
2010-12-29 Vincent PitFall back to Test::More when PERL_TEST_LEANER_USES_TEST...
2010-12-29 Vincent PitAlso print the plan at the END when a test failed under...
2010-12-28 Vincent PitOptimize is_deeply for large datastructures
2010-12-28 Vincent PitAdd pointers to the original documentation from Test...
2010-12-28 Vincent PitIn _deep_check, always iterate on $y
2010-12-28 Vincent PitDocument two more differences with Test::More
2010-12-28 Vincent PitPrevent vivification of deleted elements by fetching...
2010-12-28 Vincent PitDocument that we don't output default diagnostics
2010-12-28 Vincent PitImplement and test is_deeply()
2010-12-28 Vincent PitDocument THREADSAFE
2010-12-28 Vincent PitMake _sanitize_comment() private
2010-12-28 Vincent PitExpand the list of valid operators for cmp_ok
2010-12-28 Vincent PitGet rid of skip_all()
2010-12-28 Vincent PitDocument differences
2010-12-27 Vincent PitAdd tap_stream()/diag_stream()
2010-12-25 Vincent PitDocument that tests functions return the value of the...
2010-12-25 Vincent PitAdd author tests and minimal documentation
2010-12-25 Vincent PitTurn autoflush on as soon as the module is loaded
2010-12-25 Vincent PitLock before setting $no_diag
2010-12-24 Vincent PitAlso share $done_testing
2010-12-24 Vincent PitFix and test skip()
2010-12-24 Vincent PitGenerate binop comparators on the fly
2010-12-24 Vincent PitBetter variable names
2010-12-24 Vincent PitOnly is() should treat undef specially
2010-12-24 Vincent PitFix, export and test cmp_ok()
2010-12-24 Vincent PitFix and test thread safety
2010-12-24 Vincent PitInitial commit