From: Vincent Pit Date: Wed, 23 Feb 2011 22:23:00 +0000 (+0100) Subject: Document that isn't() is not aliased to isnt() X-Git-Tag: v0.03~13 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Leaner.git;a=commitdiff_plain;h=46581a5ea4e511b8e7ab3b6498433e08e4de8cb2;hp=8f75ee70ed9eebd1014440796b4f48dbeb4866d5 Document that isn't() is not aliased to isnt() --- diff --git a/lib/Test/Leaner.pm b/lib/Test/Leaner.pm index 927c186..7253184 100644 --- a/lib/Test/Leaner.pm +++ b/lib/Test/Leaner.pm @@ -45,6 +45,10 @@ L, L, L, L, L, L, L, L a =item * +C (the sub C in package C) is not aliased to L. + +=item * + L and L don't special case regular expressions that are passed as C<'/.../'> strings. A string regexp argument is always treated as the source of the regexp, making C and C equivalent to each other and to C (and likewise for C).