Perl::Critic::UserProfile - The contents of the user's profile, often F<.perlcriticrc>. |
Perl::Critic::UserProfile - The contents of the user's profile, often .perlcriticrc.
This is a helper class that encapsulates the contents of the user's profile, which is usually stored in a .perlcriticrc file. 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( -profile =
$p ) >This object does not take into account any command-line overrides; Perl::Critic::Config does that.
options_processor()
policy_is_disabled( $policy )
policy_is_enabled( $policy )
policy_params( $policy )
raw_policy_params( $policy )
listed_policies()
source()
Perl::Critic::Config, Perl::Critic::OptionsProcessor
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::UserProfile - The contents of the user's profile, often F<.perlcriticrc>. |