logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Perl::Critic::ThemeListing - List the themes of the installed Policies.

Author

       Jeffrey Ryan Thalhammer <jeff@imaginative-software.com>

Constructor

       "new( -policies => \@POLICY_OBJECTS )"
           Returns a reference to a new "Perl::Critic::ThemeListing" object.

Description

       This is a helper class that gathers the themes of the installed Policies.  There are no user-serviceable
       parts here.

Interface Support

       This is considered to be a non-public class.  Its interface is subject to change without notice.

Methods

to_string()
           Returns a string representation of this "ThemeListing".  See "OVERLOADS" for more information.

Name

       Perl::Critic::ThemeListing - List the themes of the installed Policies.

Overloads

       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".

See Also