1Perl::Critic::ThemeListUisnegr(3Cpomn)tributed Perl DocuPmeernlt:a:tCirointic::ThemeListing(3pm)
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-2023 Imaginative Software Systems
36
37 This program is free software; you can redistribute it and/or modify it
38 under the same terms as Perl itself. The full text of this license can
39 be found in the LICENSE file included with this module.
40
41
42
43perl v5.38.0 2023-09-25 Perl::Critic::ThemeListing(3pm)