X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Leaner.git;a=blobdiff_plain;f=lib%2FTest%2FLeaner.pm;h=72531845aac4a400a729807632de6ae37213c3ca;hp=927c1860619225a6256bdb16f000a97831cc2cef;hb=46581a5ea4e511b8e7ab3b6498433e08e4de8cb2;hpb=8f75ee70ed9eebd1014440796b4f48dbeb4866d5 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).