]> git.vpit.fr Git - perl/modules/Test-Leaner.git/commitdiff
Document that isnt() honors 'ne' overloading
authorVincent Pit <vince@profvince.com>
Fri, 21 Jan 2011 11:15:50 +0000 (12:15 +0100)
committerVincent Pit <vince@profvince.com>
Fri, 21 Jan 2011 11:15:50 +0000 (12:15 +0100)
lib/Test/Leaner.pm

index 8a09c2948cfb004a9865010dd2e5f431218497c1..2ada2039793d8fe96e4cf97a9bd6d61298491c6c 100644 (file)
@@ -37,7 +37,7 @@ Its functions behave the same as their L<Test::More> counterparts, except for th
 =item *
 
 Stringification isn't forced on the test operands.
-However, L</ok> honors C<'bool'> overloading, L</is> and L</is_deeply> honor C<'eq'> overloading (and just that one) and L</cmp_ok> honors whichever overloading category corresponds to the specified operator.
+However, L</ok> honors C<'bool'> overloading, L</is> and L</is_deeply> honor C<'eq'> overloading (and just that one), L</isnt> honors C<'ne'> overloading, and L</cmp_ok> honors whichever overloading category corresponds to the specified operator.
 
 =item *