X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FPerl%2FCritic%2FPolicy%2FDynamic%2FNoIndirect.pm;h=1132c571bec2ef17a43e49c357b2914c71c84d80;hb=192a2eab8d6e0ba5d0f021eb8339a59df18577e7;hp=b14ecf53f801d2d4bb5af05352085b8e60f7ffb1;hpb=9a658054acd1d628ba4f98c49127fcdf8fd1512b;p=perl%2Fmodules%2FPerl-Critic-Policy-Dynamic-NoIndirect.git diff --git a/lib/Perl/Critic/Policy/Dynamic/NoIndirect.pm b/lib/Perl/Critic/Policy/Dynamic/NoIndirect.pm index b14ecf5..1132c57 100644 --- a/lib/Perl/Critic/Policy/Dynamic/NoIndirect.pm +++ b/lib/Perl/Critic/Policy/Dynamic/NoIndirect.pm @@ -118,7 +118,7 @@ sub violates_dynamic { =head1 CAVEATS -The uses of the L pragma inside the auditted code take precedence over this policy. +The uses of the L pragma inside the audited code take precedence over this policy. Hence no violations will be reported for indirect method calls that are located inside the lexical scope of C or C<< no indirect hook => ... >>. Occurrences of C won't be a problem. @@ -130,7 +130,7 @@ L 5.8, L. L, L. -L. +L 0.20. =head1 SEE ALSO @@ -158,7 +158,7 @@ You can find documentation for this module with the perldoc command. =head1 COPYRIGHT & LICENSE -Copyright 2009 Vincent Pit, all rights reserved. +Copyright 2009,2010 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.