X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Leaner.git;a=blobdiff_plain;f=Changes;fp=Changes;h=b94e37766f899147ba34ae0b11433bfb2df7e070;hp=8aada798ce16ff6ab3928121379553aa9fa867f0;hb=3262250329d3513e5efc367db7a9d0d2da9d24bd;hpb=5de27fe81b3aafbdb73bc00a21f9c004a0766583 diff --git a/Changes b/Changes index 8aada79..b94e377 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,14 @@ Revision history for Test-Leaner +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.