1Perl::Critic::PolicyLisUtsienrg(C3o)ntributed Perl DocumPeenrtla:t:iCornitic::PolicyListing(3)
2
3
4
6 Perl::Critic::PolicyListing - Display information about Policies
7
9 This is a helper class that formats a set of Policy objects for
10 pretty-printing. There are no user-serviceable parts here.
11
13 "new( -policies => \@POLICY_OBJECTS )"
14 Returns a reference to a new "Perl::Critic::PolicyListing"
15 object.
16
18 to_string()
19 Returns a string representation of this "PolicyListing". See
20 "OVERLOADS" for more information.
21
23 When a Perl::Critic::ProfilePrototype is evaluated in string context,
24 it produces a one-line summary of the default severity, policy name,
25 and default themes for each Perl::Critic::Policy object that was given
26 to the constructor of this "PolicyListing".
27
29 Jeffrey Ryan Thalhammer <thaljef@cpan.org>
30
32 Copyright (c) 2005-2007 Jeffrey Ryan Thalhammer. All rights reserved.
33
34 This program is free software; you can redistribute it and/or modify it
35 under the same terms as Perl itself. The full text of this license can
36 be found in the LICENSE file included with this module.
37
38
39
40perl v5.8.8 2007-03-20 Perl::Critic::PolicyListing(3)