]> git.vpit.fr Git - perl/modules/Perl-Critic-Policy-Dynamic-NoIndirect.git/blob - README
Initial import
[perl/modules/Perl-Critic-Policy-Dynamic-NoIndirect.git] / README
1 NAME
2     Perl::Critic::Policy::Dynamic::NoIndirect - Perl::Critic policy against
3     indirect method calls.
4
5 VERSION
6     Version 0.01
7
8 DESCRIPTION
9     This Perl::Critic dynamic policy reports any use of indirect object
10     syntax with a 'stern' severity. It's listed under the 'dynamic' and
11     'maintenance' themes.
12
13     Since it wraps around indirect, it needs to compile the audited code and
14     as such is implemented as a subclass of Perl::Critic::DynamicPolicy.
15
16 DEPENDENCIES
17     perl 5.8, Carp.
18
19     Perl::Critic, Perl::Critic::Dynamic.
20
21     indirect.
22
23 AUTHOR
24     Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
25
26     You can contact me by mail or on "irc.perl.org" (vincent).
27
28 BUGS
29     Please report any bugs or feature requests to
30     "bug-perl-critic-policy-dynamic-noindirect at rt.cpan.org", or through
31     the web interface at
32     <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Perl-Critic-Policy-Dynam
33     ic-NoIndirect>. I will be notified, and then you'll automatically be
34     notified of progress on your bug as I make changes.
35
36 SUPPORT
37     You can find documentation for this module with the perldoc command.
38
39         perldoc Perl::Critic::Policy::Dynamic::NoIndirect 
40
41 COPYRIGHT & LICENSE
42     Copyright 2009 Vincent Pit, all rights reserved.
43
44     This program is free software; you can redistribute it and/or modify it
45     under the same terms as Perl itself.
46