X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Leaner.git;a=blobdiff_plain;f=Changes;h=8aada798ce16ff6ab3928121379553aa9fa867f0;hp=6360be4fd54465234608b3f136054f3afe523aa1;hb=2f062217460c40eef7ce43bf273e3f8c09e0673c;hpb=e5c7c89a9b1bfdcaf3f5ed28eafae825ec9aad8d diff --git a/Changes b/Changes index 6360be4..8aada79 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,19 @@ Revision history for Test-Leaner +0.02 2010-12-29 17:00 UTC + + Add : You can fall back to use Test::More by setting the + PERL_TEST_LEANER_USES_TEST_MORE environment variable. + + Doc : Document the restrictions on the regexp argument of like() and + unlike(). + Thanks Sébastien Aperghis-Tramoni for spotting this. + + Doc : Document that is_deeply() doesn't check for memory cycles. + + Fix : The plan will now correctly be printed at the end when + 'no_plan' was specified and some tests were failing. + + Fix : Only print an ending plan once when the process is forked. + + Opt : is_deeply() was optimized for large datastructures. + + Rem : Scalar::Util is no longer an hard dependency. It will be used + if it is present, but a fallback implementation is bundled. + 0.01 2010-12-28 17:00 UTC First version, released on an unsuspecting world.