1 Revision history for Test-Leaner
3 0.02 2010-12-29 17:00 UTC
4 + Add : You can fall back to use Test::More by setting the
5 PERL_TEST_LEANER_USES_TEST_MORE environment variable.
6 + Doc : Document the restrictions on the regexp argument of like() and
8 Thanks Sébastien Aperghis-Tramoni for spotting this.
9 + Doc : Document that is_deeply() doesn't check for memory cycles.
10 + Fix : The plan will now correctly be printed at the end when
11 'no_plan' was specified and some tests were failing.
12 + Fix : Only print an ending plan once when the process is forked.
13 + Opt : is_deeply() was optimized for large datastructures.
14 + Rem : Scalar::Util is no longer an hard dependency. It will be used
15 if it is present, but a fallback implementation is bundled.
17 0.01 2010-12-28 17:00 UTC
18 First version, released on an unsuspecting world.