]> git.vpit.fr Git - perl/modules/Test-Leaner.git/blob - Changes
This is 0.03
[perl/modules/Test-Leaner.git] / Changes
1 Revision history for Test-Leaner
2
3 0.03    2011-07-18 13:20 UTC
4         + Chg : The fallback interface will croak if you try to import a symbol
5                 of Test::More that is not implemented in Test::Leaner.
6         + Fix : The fallback interface should now handle the 'import' parameter
7                 properly.
8         + Doc : Document that is_deeply() returns the result of the test, that
9                 isnt() honors 'ne' overloading, and that isn't() is not aliased
10                 to isnt().
11
12 0.02    2010-12-29 17:00 UTC
13         + Add : You can fall back to use Test::More by setting the
14                 PERL_TEST_LEANER_USES_TEST_MORE environment variable.
15         + Doc : Document the restrictions on the regexp argument of like() and
16                 unlike().
17                 Thanks Sébastien Aperghis-Tramoni for spotting this.
18         + Doc : Document that is_deeply() doesn't check for memory cycles.
19         + Fix : The plan will now correctly be printed at the end when
20                 'no_plan' was specified and some tests were failing.
21         + Fix : Only print an ending plan once when the process is forked.
22         + Opt : is_deeply() was optimized for large datastructures.
23         + Rem : Scalar::Util is no longer an hard dependency. It will be used
24                 if it is present, but a fallback implementation is bundled.
25
26 0.01    2010-12-28 17:00 UTC
27         First version, released on an unsuspecting world.
28