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