X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=cd225f43fd5ee2bc813da040f84d1f3479424363;hb=29961f04780a70661297923ffeb18d045e96729d;hp=8aada798ce16ff6ab3928121379553aa9fa867f0;hpb=2f062217460c40eef7ce43bf273e3f8c09e0673c;p=perl%2Fmodules%2FTest-Leaner.git diff --git a/Changes b/Changes index 8aada79..cd225f4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,18 @@ Revision history for Test-Leaner +0.04 2011-08-24 13:50 UTC + + Fix : Correct the copyright for the fallback implementation of + _reftype(). + +0.03 2011-07-18 13:20 UTC + + Chg : The fallback interface will croak if you try to import a symbol + of Test::More that is not implemented in Test::Leaner. + + Fix : The fallback interface should now handle the 'import' parameter + properly. + + Doc : Document that is_deeply() returns the result of the test, that + isnt() honors 'ne' overloading, and that isn't() is not aliased + to isnt(). + 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.