1Task::Perl::Critic(3) User Contributed Perl DocumentationTask::Perl::Critic(3)
2
3
4
6 Task::Perl::Critic - Install everything Perl::Critic.
7
9 This document describes Task::Perl::Critic version 1.8.0.
10
12 This module does nothing but act as a placeholder. See Task.
13
15 This module does nothing but act as a placeholder. See Task.
16
17 WARNING: Installing this distribution will install Policies that
18 directly conflict with each other. If you do not use a .perlcriticrc
19 file, and your severity is set high enough, there is no way for your
20 code to not have violations. A specific example:
21 Perl::Critic::Policy::Compatibility::ProhibitThreeArgumentOpen and
22 Perl::Critic::Policy::InputOutput::ProhibitTwoArgOpen directly
23 contradict each other.
24
26 None.
27
29 None.
30
32 Task::Perl::Critic requires no configuration files or environment
33 variables.
34
36 Perl::Critic
37
38 Test::Perl::Critic
39
40 Test::Perl::Critic::Progressive
41
42 criticism
43
44 Perl::Critic::Bangs
45
46 Perl::Critic::Compatibility
47
48 Perl::Critic::Dynamic
49
50 Perl::Critic::Itch
51
52 Perl::Critic::Lax
53
54 Perl::Critic::Moose
55
56 Perl::Critic::More
57
58 Perl::Critic::Nits
59
60 Perl::Critic::PetPeeves::JTRAMMELL
61
62 Perl::Critic::Pulp
63
64 Perl::Critic::Storable
65
66 Perl::Critic::StricterSubs
67
68 Perl::Critic::Swift
69
70 Perl::Critic::Tics
71
73 None reported.
74
76 No bugs have been reported.
77
78 Please report any bugs or feature requests to
79 "bug-task-perl-critic@rt.cpan.org", or through the web interface at
80 <http://rt.cpan.org>.
81
83 Elliot Shank "<perl@galumph.com>"
84
86 Copyright (C)2007-2008, Elliot Shank "<perl@galumph.com>". All rights
87 reserved.
88
89 This module is free software; you can redistribute it and/or modify it
90 under the same terms as Perl itself. See perlartistic.
91
93 BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
94 FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT
95 WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER
96 PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND,
97 EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
98 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
99 ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH
100 YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
101 NECESSARY SERVICING, REPAIR, OR CORRECTION.
102
103 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
104 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
105 REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENSE, BE LIABLE
106 TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR
107 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
108 SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
109 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
110 FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
111 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
112 DAMAGES.
113
114
115
116perl v5.36.0 2023-01-20 Task::Perl::Critic(3)