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