• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Perl/Critic/H29-Oct-2013-971291

t/H29-Oct-2013-309215

xt/author/H29-Oct-2013-474205

Build.PLH A D29-Oct-20133 KiB12275

ChangesH A D29-Oct-2013600 2414

LICENSEH A D29-Oct-201319.8 KiB379305

MANIFESTH A D29-Oct-2013789 3029

MANIFEST.SKIPH A D29-Oct-2013766 5345

META.jsonH A D29-Oct-20132.3 KiB7675

META.ymlH A D29-Oct-20131.6 KiB4847

Makefile.PLH A D29-Oct-2013727 2422

READMEH A D29-Oct-20133.4 KiB8968

README

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