Perl::Critic::ThemeListing - List the themes of the installed Policies. |
Perl::Critic::ThemeListing - List the themes of the installed Policies.
This is a helper class that gathers the themes of the installed Policies. There are no user-serviceable parts here.
This is considered to be a non-public class. Its interface is subject to change without notice.
new( -policies => \@POLICY_OBJECTS )
Perl::Critic::ThemeListing
object.
to_string()
ThemeListing
. See
OVERLOADS for more information.
When a Perl::Critic::ThemeListing is
evaluated in string context, it produces a one-line summary of the
default severity, policy name, and default themes for each
Perl::Critic::Policy object that was given to
the constructor of this ThemeListing
.
Jeffrey Ryan Thalhammer <jeff@imaginative-software.com>
Copyright (c) 2005-2011 Imaginative Software Systems. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of this license can be found in the LICENSE file included with this module.
Perl::Critic::ThemeListing - List the themes of the installed Policies. |