From: Vincent Pit Date: Fri, 21 Jan 2011 11:15:50 +0000 (+0100) Subject: Document that isnt() honors 'ne' overloading X-Git-Tag: v0.03~17 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Leaner.git;a=commitdiff_plain;h=d5f69b6cc4f2193b93768f4a984d854a9dc7f9d4 Document that isnt() honors 'ne' overloading --- diff --git a/lib/Test/Leaner.pm b/lib/Test/Leaner.pm index 8a09c29..2ada203 100644 --- a/lib/Test/Leaner.pm +++ b/lib/Test/Leaner.pm @@ -37,7 +37,7 @@ Its functions behave the same as their L counterparts, except for th =item * Stringification isn't forced on the test operands. -However, L honors C<'bool'> overloading, L and L honor C<'eq'> overloading (and just that one) and L honors whichever overloading category corresponds to the specified operator. +However, L honors C<'bool'> overloading, L and L honor C<'eq'> overloading (and just that one), L honors C<'ne'> overloading, and L honors whichever overloading category corresponds to the specified operator. =item *