X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FLeaner.pm;h=72531845aac4a400a729807632de6ae37213c3ca;hb=46581a5ea4e511b8e7ab3b6498433e08e4de8cb2;hp=b07fbcac25b8e29e9418b09f32bbcaaa3c465a6c;hpb=bc94fb7770772cf212e7d3d4f6ef8a2cd69a290d;p=perl%2Fmodules%2FTest-Leaner.git diff --git a/lib/Test/Leaner.pm b/lib/Test/Leaner.pm index b07fbca..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). @@ -870,7 +874,7 @@ You can find documentation for this module with the perldoc command. =head1 COPYRIGHT & LICENSE -Copyright 2010 Vincent Pit, all rights reserved. +Copyright 2010,2011 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.