1Perl::Critic::ThemeListUisnegr(3C)ontributed Perl DocumePnetralt:i:oCnritic::ThemeListing(3)
2
3
4
6 Perl::Critic::ThemeListing - List the themes of the installed Policies.
7
9 This is a helper class that gathers the themes of the installed
10 Policies. There are no user-serviceable parts here.
11
13 This is considered to be a non-public class. Its interface is subject
14 to change without notice.
15
17 "new( -policies => \@POLICY_OBJECTS )"
18 Returns a reference to a new "Perl::Critic::ThemeListing" object.
19
21 to_string()
22 Returns a string representation of this "ThemeListing". See
23 "OVERLOADS" for more information.
24
26 When a Perl::Critic::ThemeListing is evaluated in string context, it
27 produces a one-line summary of the default severity, policy name, and
28 default themes for each Perl::Critic::Policy object that was given to
29 the constructor of this "ThemeListing".
30
32 Jeffrey Ryan Thalhammer <jeff@imaginative-software.com>
33
35 Copyright (c) 2005-2011 Imaginative Software Systems. All rights
36 reserved.
37
38 This program is free software; you can redistribute it and/or modify it
39 under the same terms as Perl itself. The full text of this license can
40 be found in the LICENSE file included with this module.
41
42
43
44perl v5.32.1 2021-03-24 Perl::Critic::ThemeListing(3)