1Perl::Critic::CompatibiUlsietry(C3o)ntributed Perl DocumPeenrtla:t:iCornitic::Compatibility(3)
2
3
4
6 Perl::Critic::Compatibility - Policies for Perl::Critic concerned with
7 compatibility with various versions of Perl.
8
10 This module has no functionality, but instead contains documentation
11 for this distribution and acts as a means of pulling other modules into
12 a bundle. All of the Policy modules contained herein will have an
13 "AFFILIATION" section announcing their participation in this grouping.
14
16 This document describes Perl::Critic::Compatibility version 1.001.
17
19 Some Perl::Critic policies that will help you keep your code compatible
20 with other versions of Perl, regardless of the version that you're
21 developing with. This includes both backward and forward
22 compatibility.
23
25 The included policies are:
26
27 Perl::Critic::Policy::Compatibility::ProhibitColonsInBarewordHashKeys
28 Perls after 5.8 don't support having colons in unquoted hash keys.
29 [Severity: 5]
30
31 Perl::Critic::Policy::Compatibility::ProhibitThreeArgumentOpen
32 Perls prior to 5.6 didn't support three argument open. [Severity:
33 5]
34
36 None. This is nothing but documentation.
37
39 None. This is nothing but documentation.
40
42 All policies included are in the "compatibility" theme. See the
43 Perl::Critic documentation for how to make use of this.
44
46 Perl::Critic
47
49 None reported.
50
52 No bugs have been reported.
53
54 Please report any bugs or feature requests to
55 "bug-perl-critic-compatibility@rt.cpan.org", or through the web
56 interface at <http://rt.cpan.org>.
57
59 Adam Kennedy for inspiring this. Nay, demanding it.
60
62 Elliot Shank "<perl@galumph.com>"
63
65 Copyright (c)2008, Elliot Shank "<perl@galumph.com>". All 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 2008-06-17 Perl::Critic::Compatibility(3)