1 Revision history for Test-Leaner
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.
11 0.04 2011-08-24 13:50 UTC
12 + Fix : Correct the copyright for the fallback implementation of
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
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
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
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.
38 0.01 2010-12-28 17:00 UTC
39 First version, released on an unsuspecting world.