1Perl::Critic::Swift(3)User Contributed Perl DocumentationPerl::Critic::Swift(3)
2
3
4

NAME

6       Perl::Critic::Swift - A set of additional policies for Perl::Critic.
7

AFFILIATION

9       This module has no functionality, but instead contains documentation
10       for this distribution and acts as a means of pulling other modules into
11       a bundle.  All of the Policy modules contained herein will have an
12       "AFFILIATION" section announcing their participation in this grouping.
13

VERSION

15       This document describes Perl::Critic::Swift version 1.0.3.
16

SYNOPSIS

18       Some Perl::Critic policies to make your code more clean.
19

DESCRIPTION

21       The included policies are:
22
23       Perl::Critic::Policy::CodeLayout::RequireUseUTF8
24           Require that code includes a "use utf8;" statement.  [Severity: 3]
25
26       Perl::Critic::Policy::Documentation::RequirePODUseEncodingUTF8
27           Require that POD includes a "=encoding utf8" declaration.
28           [Severity: 3]
29

INTERFACE

31       None.  This is nothing but documentation.
32

DIAGNOSTICS

34       None.  This is nothing but documentation.
35

CONFIGURATION AND ENVIRONMENT

37       All policies included are in the "swift" theme.  See the Perl::Critic
38       documentation for how to make use of this.
39

DEPENDENCIES

41       Perl::Critic
42

INCOMPATIBILITIES

44       None reported.
45

BUGS AND LIMITATIONS

47       No bugs have been reported.
48
49       Please report any bugs or feature requests to
50       "bug-perl-critic-swift@rt.cpan.org", or through the web interface at
51       <http://rt.cpan.org>.
52

WHY SWIFT?

54       Similar to Perl::Critic::Bangs, I didn't want to reference myself in
55       the name.  The best critic that fits my mode of thinking is Jonathan
56       Swift.
57

AUTHOR

59       Elliot Shank  "<perl@galumph.com>"
60
62       Copyright X2007-2008, Elliot Shank "<perl@galumph.com>". All rights
63       reserved.
64
65       This module is free software; you can redistribute it and/or modify it
66       under the same terms as Perl itself. See perlartistic.
67

DISCLAIMER OF WARRANTY

69       BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
70       FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT
71       WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER
72       PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND,
73       EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
74       WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
75       ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH
76       YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
77       NECESSARY SERVICING, REPAIR, OR CORRECTION.
78
79       IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
80       WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
81       REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENSE, BE LIABLE
82       TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR
83       CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
84       SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
85       RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
86       FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
87       SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
88       DAMAGES.
89
90
91
92perl v5.32.0                      2020-07-28            Perl::Critic::Swift(3)
Impressum