1Perl::Critic::DeprecateUds(e3r)Contributed Perl DocumentPaetrilo:n:Critic::Deprecated(3)
2
3
4
6 Perl::Critic::Deprecated - Policies and modules that were formerly
7 included with Perl::Critic itself, but which have been superseded by
8 others.
9
11 This module has no functionality, but instead contains documentation
12 for this distribution and acts as a means of pulling other modules into
13 a bundle. All of the Policy modules contained herein will have an
14 "AFFILIATION" section announcing their participation in this grouping.
15
17 This document describes Perl::Critic::Deprecated version 1.119.
18
20 Some Perl::Critic policies and modules have had their functionality
21 superseded by others and thus merely slow things down when analyzing
22 code. They are put here in case anyone still wants/needs to use them.
23
25 The included policies are:
26
27 Perl::Critic::Policy::NamingConventions::ProhibitMixedCaseSubs
28 Write "$my_variable = 42" instead of "$MyVariable = 42". [Default
29 severity 1]
30
31 Perl::Critic::Policy::NamingConventions::ProhibitMixedCaseVars
32 Write "sub my_function{}" instead of "sub MyFunction{}". [Default
33 severity 1]
34
35 Perl::Critic::Policy::Miscellanea::RequireRcsKeywords
36 Put source-control keywords in every file. [Default severity 2]
37
39 None. This is nothing but documentation.
40
42 None. This is nothing but documentation.
43
45 All policies included are in the "deprecated" theme. See the
46 Perl::Critic documentation for how to make use of this.
47
49 Perl::Critic
50
52 None reported.
53
55 No bugs have been reported.
56
57 Please report any bugs or feature requests to
58 "bug-perl-critic-deprecated@rt.cpan.org", or through the web interface
59 at <http://rt.cpan.org>.
60
62 Elliot Shank "<perl@galumph.com>"
63
65 Copyright (c) 2008-2013, Elliot Shank "<perl@galumph.com>". Some rights
66 reserved.
67
68 This module is free software; you can redistribute it and/or modify it
69 under the same terms as Perl itself. See perlartistic.
70
72 BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
73 FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT
74 WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER
75 PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND,
76 EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
77 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
78 ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH
79 YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
80 NECESSARY SERVICING, REPAIR, OR CORRECTION.
81
82 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
83 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
84 REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENSE, BE LIABLE
85 TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR
86 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
87 SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
88 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
89 FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
90 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
91 DAMAGES.
92
93
94
95perl v5.28.0 2018-07-15 Perl::Critic::Deprecated(3)